Skip to content

Commit b65e6a3

Browse files
Thomas TupperThomas Tupper
authored andcommitted
Normalize env example with canonical Qdrant vars
1 parent a63f626 commit b65e6a3

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.env.example

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ OLLAMA_EMBED_MODEL=nomic-embed-text
88
OLLAMA_CHAT_MODEL=llama3.1:8b
99
INFER_API_KEY=
1010

11-
# store runtime
11+
# store runtime (canonical contract)
12+
# Internal default for one-node compose is service name `infer`.
1213
OPENAI_BASE_URL=http://infer:8081/v1
1314
OPENAI_API_KEY=
1415
MEM0_LLM_MODEL=gpt-4.1-nano
1516
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=
1622
QDRANT_COLLECTION=foxmemory
17-
QDRANT_HOST=127.0.0.1
23+
24+
# Backward-compatible fields used by some builds/scripts
25+
QDRANT_HOST=qdrant
1826
QDRANT_PORT=6333

0 commit comments

Comments
 (0)