|
27 | 27 | "connection_params": { "timeout": 60 },
|
28 | 28 | "collection_params": {
|
29 | 29 | "quantization_config": { "binary": { "always_ram": true } },
|
30 |
| - "optimizers_config": { "memmap_threshold":10000000 }, |
| 30 | + "optimizers_config": { |
| 31 | + "memmap_threshold":10000000, |
| 32 | + "max_segment_size": 10000000, |
| 33 | + "default_segment_number":2 |
| 34 | + }, |
31 | 35 | "hnsw_config": { "m": 32, "ef_construct": 256 }
|
32 | 36 | },
|
33 | 37 | "search_params": [
|
34 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 4.0 } } }, |
35 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 8.0 } } }, |
36 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 16.0 } } }, |
37 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 4.0 } } }, |
38 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 8.0 } } }, |
39 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 16.0 } } }, |
40 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 4.0 } } }, |
41 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 8.0 } } }, |
42 |
| - { "parallel": 1, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 16.0 } } } |
| 38 | + { "parallel": 100, "search_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 4.0 } } }, |
| 39 | + { "parallel": 100, "search_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 8.0 } } }, |
| 40 | + { "parallel": 100, "search_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 16.0 } } }, |
| 41 | + { "parallel": 100, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 4.0 } } }, |
| 42 | + { "parallel": 100, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 8.0 } } }, |
| 43 | + { "parallel": 100, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 16.0 } } }, |
| 44 | + { "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 4.0 } } }, |
| 45 | + { "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 8.0 } } }, |
| 46 | + { "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 16.0 } } } |
43 | 47 | ],
|
44 | 48 | "upload_params": { "parallel": 8, "batch_size": 1024 }
|
45 | 49 | },
|
|
0 commit comments