Skip to content

Commit 3cfe0ba

Browse files
authored
Update recore_vector preview/GA status (#2108)
Reverts the reversion in #1513 because the [applies_to](https://elastic.github.io/docs-builder/syntax/applies/) now works properly
1 parent 12351eb commit 3cfe0ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

solutions/search/vector/knn.md

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

1112-
You can use the `rescore_vector` [preview] option to automatically perform reranking. When a rescore `oversample` parameter is specified, the approximate kNN search will:
1112+
#### The `rescore_vector` option
1113+
```{applies_to}
1114+
stack: preview 9.0, ga 9.1
1115+
```
1116+
You can use the `rescore_vector` option to automatically perform reranking. When a rescore `oversample` parameter is specified, the approximate kNN search will:
11131117

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

0 commit comments

Comments
 (0)