fix weaviate hybrid search issue (#1600)

Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
Jyong
2023-11-22 16:41:20 +08:00
committed by GitHub
parent 9587479b76
commit b930716745
5 changed files with 11 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ services:
# The Weaviate vector store.
weaviate:
image: semitechnologies/weaviate:1.18.4
image: semitechnologies/weaviate:1.19.0
restart: always
volumes:
# Mount the Weaviate data directory to the container.
@@ -63,4 +63,4 @@ services:
# environment:
# QDRANT__API_KEY: 'difyai123456'
# ports:
# - "6333:6333"
# - "6333:6333"

View File

@@ -253,7 +253,7 @@ services:
# The Weaviate vector store.
weaviate:
image: semitechnologies/weaviate:1.18.4
image: semitechnologies/weaviate:1.19.0
restart: always
volumes:
# Mount the Weaviate data directory to the container.