Skip to content

Commit 0b2d789

Browse files
committed
Update .env.example with Chroma Cloud settings
1 parent 9050d00 commit 0b2d789

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.env.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Core API Keys
22
OPENAI_API_KEY=your_openai_api_key_here
33

4-
# Qdrant Vector Store
4+
# Qdrant Vector Store (Deprecated in favor of Chroma Cloud)
55
QDRANT_URL=http://localhost:6333
66
QDRANT_API_KEY=your_qdrant_api_key_here
77

8+
# Chroma Cloud
9+
CHROMA_HOST=api.trychroma.com
10+
CHROMA_API_KEY=your_chroma_api_key_here
11+
CHROMA_TENANT=d229b721-6e42-4d8a-800d-54f2d56651a6
12+
CHROMA_DATABASE=RAGabaoun
13+
CHROMA_COLLECTION=project_aether_docs
14+
815
# Redis Semantic Cache
916
REDIS_HOST=localhost
1017
REDIS_PORT=6379

0 commit comments

Comments
 (0)