add default value for QDRANT_GRPC_PORT (#3976)

This commit is contained in:
Jyong 2024-04-29 15:28:34 +08:00 committed by GitHub
parent 2fd702a319
commit 1d432728ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@ DEFAULTS = {
'WEAVIATE_BATCH_SIZE': 100, 'WEAVIATE_BATCH_SIZE': 100,
'QDRANT_CLIENT_TIMEOUT': 20, 'QDRANT_CLIENT_TIMEOUT': 20,
'QDRANT_GRPC_ENABLED': 'False', 'QDRANT_GRPC_ENABLED': 'False',
'QDRANT_GRPC_PORT': '6334',
'CELERY_BACKEND': 'database', 'CELERY_BACKEND': 'database',
'LOG_LEVEL': 'INFO', 'LOG_LEVEL': 'INFO',
'LOG_FILE': '', 'LOG_FILE': '',