runtime error
Traceback (most recent call last): File "app.py", line 16, in <module> docsearch = Chroma.from_texts(texts, embeddings, metadatas=[{"source": str(i)} for i in range(len(texts))]).as_retriever() File "/home/user/.local/lib/python3.8/site-packages/langchain/vectorstores/chroma.py", line 620, in from_texts chroma_collection = cls( File "/home/user/.local/lib/python3.8/site-packages/langchain/vectorstores/chroma.py", line 80, in __init__ import chromadb File "/home/user/.local/lib/python3.8/site-packages/chromadb/__init__.py", line 77, in <module> raise RuntimeError( RuntimeError: [91mYour system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0.[0m [94mPlease visit https://docs.trychroma.com/troubleshooting#sqlite to learn how to upgrade.[0m
Container logs:
Fetching error logs...