From 7c0676343fb0846cb9914a99c3ff7cefc217087c Mon Sep 17 00:00:00 2001 From: Jyong <76649700+JohnJyong@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:15:13 +0800 Subject: [PATCH] Update Qdrant version (#1979) --- docker/docker-compose.middleware.yaml | 2 +- docker/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.middleware.yaml b/docker/docker-compose.middleware.yaml index e4dd43bb28..afdabd078a 100644 --- a/docker/docker-compose.middleware.yaml +++ b/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 diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 45ef342793..342179899f 100644 --- a/docker/docker-compose.yaml +++ b/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