We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099079e commit d406db7Copy full SHA for d406db7
experiments/configurations/qdrant-single-node-bq-rps.json
@@ -4,7 +4,7 @@
4
"engine": "qdrant",
5
"connection_params": { "timeout": 30 },
6
"collection_params": {
7
- "optimizers_config": { "max_segment_size": 1000000, "memmap_threshold":10000000, "default_segment_number":2 },
+ "optimizers_config": { "max_segment_size": 100000000, "memmap_threshold":10000000, "default_segment_number":2 },
8
"quantization_config": { "binary": {"always_ram": true} }
9
},
10
"search_params": [
0 commit comments