Chroma Cloud vector db provider (#4273)

* add chroma cloud as new vector db provider

* update docker example env

* extend chroma class to chroma cloud

* update readme

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield
2025-08-12 16:21:14 -07:00
committed by GitHub
parent a432f82b4a
commit c6e1b9c3e2
10 changed files with 136 additions and 2 deletions

View File

@@ -202,6 +202,12 @@ SIG_SALT='salt' # Please generate random string at least 32 chars long.
# CHROMA_API_HEADER="X-Api-Key"
# CHROMA_API_KEY="sk-123abc"
# Enable all below if you are using vector database: Chroma Cloud.
# VECTOR_DB="chromacloud"
# CHROMACLOUD_API_KEY="ck-your-api-key"
# CHROMACLOUD_TENANT=
# CHROMACLOUD_DATABASE=
# Enable all below if you are using vector database: Pinecone.
# VECTOR_DB="pinecone"
# PINECONE_API_KEY=