n8n-suite-open / qdrant_config.yaml
Leon4gr45's picture
Create qdrant_config.yaml
9827746 verified
raw
history blame contribute delete
850 Bytes
# Basic Qdrant configuration
storage:
# Storage path for segment snapshots
# actual data will be in /qdrant/storage/
storage_path: /qdrant/storage
# Path to snapshot, used for backup and recovery
snapshots_path: /qdrant/snapshots
# If true - point value requests are served from RocksDB, default: false
# If false - point values are served from RAM. Significant speedup for small vectors
on_disk_payload: true
# Path to WAL, default: "{storage_path}/wal"
# wal:
# wal_capacity_mb: 32
# wal_segments_ahead: 0
# Service configuration
service:
host: 0.0.0.0 # Listen on all interfaces
http_port: 6333
grpc_port: 6334
# Max number of concurrent requests, default 2 * N_CPU
# max_request_size_mb: 32 # Max total size of POST body in MB, default 32MB
# enable_cors: true # default
# enable_tls: false # default