Initial commit: mem0 docker with qdrant
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user