Error while deplyoying app on streamlit

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.

Please help. Code running fine locally.

Hi @Rohit_Malhotra

Thereโ€™s a similar post that may help to resolve your issue which would entail using
pysqlite3-binary instead of the built-in sqlite3

Hope this helps!