mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 04:40:30 +08:00
feat: add WEAVIATE_BATCH_SIZE (#349)
This commit is contained in:
@@ -72,6 +72,7 @@ VECTOR_STORE=weaviate
|
||||
WEAVIATE_ENDPOINT=http://localhost:8080
|
||||
WEAVIATE_API_KEY=WVF5YThaHlkYwhGUSmCRgsX3tD5ngdN8pkih
|
||||
WEAVIATE_GRPC_ENABLED=false
|
||||
WEAVIATE_BATCH_SIZE=100
|
||||
|
||||
# Qdrant configuration, use `path:` prefix for local mode or `https://your-qdrant-cluster-url.qdrant.io` for remote mode
|
||||
QDRANT_URL=path:storage/qdrant
|
||||
|
||||
Reference in New Issue
Block a user