Skip to content

Commit 3d7e7d6

Browse files
authored
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).
1 parent 5a54798 commit 3d7e7d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

solutions/search/vector/knn.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -918,11 +918,7 @@ All forms of quantization will result in some accuracy loss and as the quantizat
918918
* `int4` requires some rescoring for higher accuracy and larger recall scenarios. Generally, oversampling by 1.5x-2x recovers most of the accuracy loss.
919919
* `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.
920920

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:
926922

927923
* Retrieve `num_candidates` candidates per shard.
928924
* From these candidates, the top `k * oversample` candidates per shard will be rescored using the original vectors.

0 commit comments

Comments
 (0)