Fix/add qdrant timeout default value (#1901)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
6a2eb5f442
commit
a0a9461f79
3 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ WEAVIATE_BATCH_SIZE=100
|
|||
# Qdrant configuration, use `http://localhost:6333` for local mode or `https://your-qdrant-cluster-url.qdrant.io` for remote mode
|
||||
QDRANT_URL=http://localhost:6333
|
||||
QDRANT_API_KEY=difyai123456
|
||||
QDRANT_CLIENT_TIMEOUT=20
|
||||
|
||||
# Milvus configuration
|
||||
MILVUS_HOST=127.0.0.1
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ DEFAULTS = {
|
|||
'SENTRY_PROFILES_SAMPLE_RATE': 1.0,
|
||||
'WEAVIATE_GRPC_ENABLED': 'True',
|
||||
'WEAVIATE_BATCH_SIZE': 100,
|
||||
'QDRANT_CLIENT_TIMEOUT': 20,
|
||||
'CELERY_BACKEND': 'database',
|
||||
'LOG_LEVEL': 'INFO',
|
||||
'HOSTED_OPENAI_QUOTA_LIMIT': 200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue