We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63f626 commit b65e6a3Copy full SHA for b65e6a3
1 file changed
.env.example
@@ -8,11 +8,19 @@ OLLAMA_EMBED_MODEL=nomic-embed-text
8
OLLAMA_CHAT_MODEL=llama3.1:8b
9
INFER_API_KEY=
10
11
-# store runtime
+# store runtime (canonical contract)
12
+# Internal default for one-node compose is service name `infer`.
13
OPENAI_BASE_URL=http://infer:8081/v1
14
OPENAI_API_KEY=
15
MEM0_LLM_MODEL=gpt-4.1-nano
16
MEM0_EMBED_MODEL=text-embedding-3-small
17
+
18
+# Qdrant config
19
+# Prefer QDRANT_URL when supported by the service runtime.
20
+QDRANT_URL=http://qdrant:6333
21
+QDRANT_API_KEY=
22
QDRANT_COLLECTION=foxmemory
-QDRANT_HOST=127.0.0.1
23
24
+# Backward-compatible fields used by some builds/scripts
25
+QDRANT_HOST=qdrant
26
QDRANT_PORT=6333
0 commit comments