Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on July 19, 2024 1:17AM
Likes: 0
Replies: 0
When attempting to setup a connection with Chroma I get an error regarding needing sqlite3 >= 3.35.0.
vectorstore = Chroma(
collection_name="full_documents", embedding_function=OpenAIEmbeddings()
)
I get the following error:
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.
Operating system used: windows