private-chatbot-mpt30b-langchain
private-chatbot-mpt30b-langchain copied to clipboard
Chat with your data privately using MPT-30b
hi Great project, wanted to try it, but having these problems during setup: private-chatbot-mpt30b-langchain$ python ingest.py Traceback (most recent call last): File "/home/im/Downloads/private-chatbot-mpt30b-langchain/ingest.py", line 6, in from dotenv import load_dotenv...
``` poetry install Installing dependencies from lock file Package operations: 54 installs, 0 updates, 0 removals • Installing scipy (1.9.3): Failed ChefBuildError Backend subprocess exited when trying to invoke build_wheel...
Thanks for sharing the model, I have been able to test it on my macbook pro, i9 with 32 GB of ram. I notice that the cpu goes to 400%...
ChromaDB has updated to 0.4, need code changes in ingest.py: https://docs.trychroma.com/migration I had to downgrade to 0.3.26 to make it work.
When I try to run "python3 ingest.py" I get this error: ``` Traceback (most recent call last): File "/home/ubuntu/private-chatbot-mpt30b-langchain/ingest.py", line 7, in from langchain.docstore.document import Document File "/home/ubuntu/.local/lib/python3.10/site-packages/langchain/__init__.py", line 6,...
@mayooear thanks for this nice project. Very helpful. Have a couple of items: 1. The current setup is missing a required package: sentence_transformers 2. Any thoughts on how to run...