We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5ad67 commit a379b6fCopy full SHA for a379b6f
1 file changed
README.md
@@ -150,6 +150,15 @@ Options:
150
quantization type for vectors (in table). If
151
equal to bit, the parameter
152
quantization_type will be set to bit too.
153
+ --reranking / --skip-reranking Enable reranking for HNSW search for binary
154
+ quantization
155
+ --reranking-metric [L2|COSINE|IP|DP]
156
+ Distance metric for reranking [default:
157
+ COSINE]
158
+ --quantized-fetch-limit INTEGER
159
+ Limit of fetching quantized vector ranked by
160
+ distance for reranking --
161
+ bound by ef_search
162
--custom-case-name TEXT Custom case name i.e. PerformanceCase1536D50K
163
--custom-case-description TEXT Custom name description
164
--custom-case-load-timeout INTEGER
0 commit comments