We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9050d00 commit 0b2d789Copy full SHA for 0b2d789
1 file changed
.env.example
@@ -1,10 +1,17 @@
1
# Core API Keys
2
OPENAI_API_KEY=your_openai_api_key_here
3
4
-# Qdrant Vector Store
+# Qdrant Vector Store (Deprecated in favor of Chroma Cloud)
5
QDRANT_URL=http://localhost:6333
6
QDRANT_API_KEY=your_qdrant_api_key_here
7
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
+
15
# Redis Semantic Cache
16
REDIS_HOST=localhost
17
REDIS_PORT=6379
0 commit comments