Skip to content

Commit

Permalink
fix qdrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie committed May 25, 2023
1 parent 9b4320e commit e2ca849
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ann_benchmarks/algorithms/qdrant/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit e2ca849

Please sign in to comment.