Files
mem0-docker-qdrant/.env
T
2026-04-13 16:38:35 +02:00

11 lines
200 B
Bash

# Mem0 Configuration
MEM0_PORT=8889
# Qdrant Configuration
QDRANT_HOST=qdrant
QDRANT_PORT=6333
# Embedding Configuration
EMBEDDING_URL=http://host.docker.internal:4700/embedding
EMBEDDING_DIMS=1024