dodeeric / langchain-ai-assistant-with-hybrid-rag

This is a LLM chatbot coded with LangChain. The web interface is coded with Streamlit. It implements a hybrid RAG (keyword and semantic search) and chat memory.
https://bmae-ragai-webapp.azurewebsites.net
GNU General Public License v3.0
8 stars 1 forks source link

cannot launch chroma db server in github codespace! #56

Closed dodeeric closed 2 weeks ago

dodeeric commented 2 weeks ago

nohup chroma run --path ./chromadb &

dodeeric commented 2 weeks ago

@dodeeric ➜ ~ $ /home/codespace/.local/lib/python3.10/site-packages/bin/chroma --help Traceback (most recent call last): File "/home/codespace/.local/lib/python3.10/site-packages/bin/chroma", line 5, in from chromadb.cli.cli import app File "/home/codespace/.local/lib/python3.10/site-packages/chromadb/init.py", line 79, in raise RuntimeError( RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0. Please visit https://docs.trychroma.com/troubleshooting#sqlite to learn how to upgrade. @dodeeric ➜ ~ $