mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-24 01:54:26 +08:00
Update Qdrant version (#1979)
This commit is contained in:
parent
1fe4e3afde
commit
7c0676343f
@ -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:
|
|||||||
# (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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user