mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user