I have an issue using Chroma as a vector store.

areisdorf
areisdorf Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 4 ✭✭✭

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

Setup Info
    Tags
      Help me…