-
Hello, I'm attempting to utilize ChromaDB in server mode and employ it in ChromaDB_VectorStore instead of using an in-memory/persistent filesystem within the Flask app. I attempted to pass the HTTP address of the running Chroma server as the path in the config, but it didn't work... Is there an option for this? I couldn't find this option; the only ChromaDB client options I see are persistent or in-memory. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can actually pass in the chroma client into that parameter to set the client directly: https://github.com/vanna-ai/vanna/blob/main/src/vanna/chromadb/chromadb_vector.py#L37 |
Beta Was this translation helpful? Give feedback.
You can actually pass in the chroma client into that parameter to set the client directly:
https://github.com/vanna-ai/vanna/blob/main/src/vanna/chromadb/chromadb_vector.py#L37