diff --git a/ann_benchmarks/algorithms/qdrant/config.yml b/ann_benchmarks/algorithms/qdrant/config.yml index 524ab7fea..dcc051523 100644 --- a/ann_benchmarks/algorithms/qdrant/config.yml +++ b/ann_benchmarks/algorithms/qdrant/config.yml @@ -8,5 +8,12 @@ float: name: qdrant run_groups: default: - args: [[true, false]] - query_args: [[null, 8, 16, 32, 64, 128, 256]] + args: [ + [True, False], #quantization + [ 8, 16, 24, 32, 40, 48, 64, 72 ], #m + [ 64, 128, 256, 512 ], #ef_construct + ] + query-args: [ + [null, 8, 16, 32, 64, 128, 256, 512, 768], #hnsw_ef + [True, False], # re-score + ] \ No newline at end of file