瀏覽代碼

Update Qdrant version (#1979)

Jyong 1 年之前
父節點
當前提交
7c0676343f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docker/docker-compose.middleware.yaml
  2. 1 1
      docker/docker-compose.yaml

+ 1 - 1
docker/docker-compose.middleware.yaml

@@ -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

+ 1 - 1
docker/docker-compose.yaml

@@ -287,7 +287,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