Issue with Langchain Chroma Sqlite unsupported Version

Hi,
I am deploying an app for a Rag chatbot that uses Chroma vector store. When deploying from github, I get the following error:

Your system has an unsupported version of sqlite3. Chroma    
requires sqlite3 >= 3.35.0.

I already tried the fix mentionned here: https://discuss.streamlit.io/t/issues-with-chroma-and-sqlite/47950/5 And it didn’t work

The app is running on python 3.11 and I also tried python 3.12.

“It didn’t work” doesn’t tell much about what’s going on.

Hi,
Sorry for that, still getting used to forums. I finally found the problem, I just missed something in the solution in the link

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.