Skip to content

Commit

Permalink
increase ef
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Mar 16, 2024
1 parent 36d7cae commit ce0d9b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion experiments/configurations/qdrant-vs-weaviate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
{ "parallel": 100, "search_params": { "hnsw_ef": 256, "quantization": { "rescore": true, "oversampling": 32.0 } } },
{ "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 8.0 } } },
{ "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 16.0 } } },
{ "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 32.0 } } }
{ "parallel": 100, "search_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 32.0 } } },
{ "parallel": 100, "search_params": { "hnsw_ef": 768, "quantization": { "rescore": true, "oversampling": 8.0 } } },
{ "parallel": 100, "search_params": { "hnsw_ef": 768, "quantization": { "rescore": true, "oversampling": 16.0 } } },
{ "parallel": 100, "search_params": { "hnsw_ef": 768, "quantization": { "rescore": true, "oversampling": 32.0 } } }
],
"upload_params": { "parallel": 8, "batch_size": 1024 }
},
Expand Down

0 comments on commit ce0d9b3

Please sign in to comment.