Skip to content

Commit 9c23d73

Browse files
authored
add availability information for rescore_vector (#131710)
1 parent 4dd124b commit 9c23d73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference/elasticsearch/mapping-reference/dense-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ $$$dense-vector-index-options$$$
291291
: (Optional, float) Only applicable to `int8_hnsw`, `int4_hnsw`, `int8_flat`, and `int4_flat` index types. The confidence interval to use when quantizing the vectors. Can be any value between and including `0.90` and `1.0` or exactly `0`. When the value is `0`, this indicates that dynamic quantiles should be calculated for optimized quantization. When between `0.90` and `1.0`, this value restricts the values used when calculating the quantization thresholds. For example, a value of `0.95` will only use the middle 95% of the values when calculating the quantization thresholds (e.g. the highest and lowest 2.5% of values will be ignored). Defaults to `1/(dims + 1)` for `int8` quantized vectors and `0` for `int4` for dynamic quantile calculation.
292292

293293

294-
`rescore_vector`
294+
`rescore_vector` {applies_to}`stack: preview 9.0, ga 9.1`
295295
: (Optional, object) An optional section that configures automatic vector rescoring on knn queries for the given field. Only applicable to quantized index types.
296296
:::::{dropdown} Properties of rescore_vector
297297
`oversample`

docs/reference/elasticsearch/rest-apis/retrievers/knn-retriever.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A kNN retriever returns top documents from a [k-nearest neighbor search (kNN)](d
6060
Read more here: [knn similarity search](docs-content://solutions/search/vector/knn.md#knn-similarity-search)
6161

6262

63-
`rescore_vector`
63+
`rescore_vector` {applies_to}`stack: preview 9.0, ga 9.1`
6464
: (Optional, object) Apply oversampling and rescoring to quantized vectors.
6565

6666
::::{note}

docs/reference/query-languages/query-dsl/query-dsl-knn-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The filter is a pre-filter, meaning that it is applied **during** the approximat
9797
: (Optional, float) The minimum similarity required for a document to be considered a match. The similarity value calculated relates to the raw [`similarity`](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-similarity) used. Not the document score. The matched documents are then scored according to [`similarity`](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-similarity) and the provided `boost` is applied.
9898

9999

100-
`rescore_vector`
100+
`rescore_vector` {applies_to}`stack: preview 9.0, ga 9.1`
101101
: (Optional, object) Apply oversampling and rescoring to quantized vectors.
102102

103103
::::{note}

0 commit comments

Comments
 (0)