11 lines
200 B
Bash
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
|