Initial commit: mem0 docker with qdrant

This commit is contained in:
hhofmann
2026-04-13 16:38:35 +02:00
commit f337c94281
7 changed files with 532 additions and 0 deletions
+10
View File
@@ -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