Unverified Commit 7c067634 authored by Jyong's avatar Jyong Committed by GitHub

Update Qdrant version (#1979)

parent 1fe4e3af
...@@ -56,7 +56,7 @@ services: ...@@ -56,7 +56,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above, # (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.) # and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant: # qdrant:
# image: qdrant/qdrant:latest # image: qdrant/qdrant:1.7.3
# restart: always # restart: always
# volumes: # volumes:
# - ./volumes/qdrant:/qdrant/storage # - ./volumes/qdrant:/qdrant/storage
......
...@@ -287,7 +287,7 @@ services: ...@@ -287,7 +287,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above, # (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.) # and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant: # qdrant:
# image: langgenius/qdrant:latest # image: langgenius/qdrant:1.7.3
# restart: always # restart: always
# volumes: # volumes:
# - ./volumes/qdrant:/qdrant/storage # - ./volumes/qdrant:/qdrant/storage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment