Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ Options:
quantization type for vectors (in table). If
equal to bit, the parameter
quantization_type will be set to bit too.
--reranking / --skip-reranking Enable reranking for HNSW search for binary
quantization
--reranking-metric [L2|COSINE|IP|DP]
Distance metric for reranking [default:
COSINE]
--quantized-fetch-limit INTEGER
Limit of fetching quantized vector ranked by
distance for reranking --
bound by ef_search
--custom-case-name TEXT Custom case name i.e. PerformanceCase1536D50K
--custom-case-description TEXT Custom name description
--custom-case-load-timeout INTEGER
Expand Down