You've already forked mnemory
removed qdrant api key
it defaulted to https with an api key - and failed, now back to http since the traffic is local and it works
This commit is contained in:
@@ -28,7 +28,6 @@ services:
|
||||
- EMBED_DIMS=${EMBED_DIMS}
|
||||
- QDRANT_HOST=qdrant
|
||||
- QDRANT_PORT=6333
|
||||
- QDRANT_API_KEY=${QDRANT_API_KEY}
|
||||
- QDRANT_COLLECTION=${QDRANT_COLLECTION}
|
||||
- ARTIFACT_BACKEND=filesystem
|
||||
- ARTIFACT_PATH=/data/artifacts
|
||||
@@ -69,8 +68,6 @@ services:
|
||||
qdrant:
|
||||
image: qdrant/qdrant:${QDRANT_VERSION}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- QDRANT__SERVICE__API_KEY=${QDRANT_API_KEY}
|
||||
healthcheck:
|
||||
test: ["CMD", "bash", "-c", ":> /dev/tcp/127.0.0.1/6333"]
|
||||
interval: 10s
|
||||
|
||||
@@ -36,5 +36,4 @@ EMBED_DIMS=1536
|
||||
# Qdrant
|
||||
QDRANT_VERSION=v1.18.3
|
||||
QDRANT_DATA=./data/qdrant
|
||||
QDRANT_API_KEY=changeme
|
||||
QDRANT_COLLECTION=mnemory
|
||||
|
||||
Reference in New Issue
Block a user