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.