Compare commits

...

2 Commits

Author SHA1 Message Date
Jyong
5650c840b2 Update docker-compose.middleware.yaml 2024-01-09 21:02:11 +08:00
Jyong
29dbeac749 Update Qdrant version 2024-01-09 21:00:04 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant:
# image: qdrant/qdrant:latest
# image: qdrant/qdrant:1.7.3
# restart: always
# volumes:
# - ./volumes/qdrant:/qdrant/storage

View File

@@ -285,7 +285,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant:
# image: langgenius/qdrant:latest
# image: langgenius/qdrant:1.7.3
# restart: always
# volumes:
# - ./volumes/qdrant:/qdrant/storage