You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Update recore_vector preview/GA status in knn.md" (elastic#1513)
Reverts elastic#1495
A [silly person](https://github.com/leemthompo) thought we already
sanitized the unreleased version in the output, but we don't (yet) so
this shouldn't have merged (yet).
Copy file name to clipboardExpand all lines: solutions/search/vector/knn.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -918,11 +918,7 @@ All forms of quantization will result in some accuracy loss and as the quantizat
918
918
*`int4` requires some rescoring for higher accuracy and larger recall scenarios. Generally, oversampling by 1.5x-2x recovers most of the accuracy loss.
919
919
*`bbq` requires rescoring except on exceptionally large indices or models specifically designed for quantization. We have found that between 3x-5x oversampling is generally sufficient. But for fewer dimensions or vectors that do not quantize well, higher oversampling may be required.
920
920
921
-
#### The `rescore_vector` option
922
-
```{applies_to}
923
-
stack: preview 9.0, ga 9.1
924
-
```
925
-
You can use the `rescore_vector` option to automatically perform reranking. When a rescore `oversample` parameter is specified, the approximate kNN search will:
921
+
You can use the `rescore_vector`[preview] option to automatically perform reranking. When a rescore `oversample` parameter is specified, the approximate kNN search will:
926
922
927
923
* Retrieve `num_candidates` candidates per shard.
928
924
* From these candidates, the top `k * oversample` candidates per shard will be rescored using the original vectors.
0 commit comments