qdrant_test / config.yaml
davanstrien's picture
davanstrien HF staff
Update config.yaml
8b92c24 verified
raw
history blame contribute delete
No virus
551 Bytes
log_level: DEBUG
storage:
storage_path: /data/storage
snapshots_path: /data/snapshots
# Spaces might have limited memory, so let's use on-disk storage
on_disk_payload: true
service:
host: 0.0.0.0
http_port: 6333
grpc_port: 6334
# Enable CORS for browser-based access
enable_cors: true
# Use environment variable for API key
api_key: ${QDRANT__SERVICE__API_KEY}
# Disable telemetry in Spaces
telemetry_disabled: true
# Cluster configuration should be disabled for single-node setup in Spaces
cluster:
enabled: false