Skip to content

Commit 4fef1c4

Browse files
committed
Fixes identation
1 parent 051ab4e commit 4fef1c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ The filter is a pre-filter, meaning that it is applied **during** the approximat
122122

123123
See [oversampling and rescoring quantized vectors](docs-content://solutions/search/vector/knn.md#dense-vector-knn-search-rescoring) for details.
124124

125-
::::{note}
126-
Rescoring only makes sense for [quantized](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-quantization) vectors. The `rescore_vector` option will be ignored for non-quantized `dense_vector` fields, because the original vectors are used for scoring.
127-
::::
125+
::::{note}
126+
Rescoring only makes sense for [quantized](/reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-quantization) vectors. The `rescore_vector` option will be ignored for non-quantized `dense_vector` fields, because the original vectors are used for scoring.
127+
::::
128128

129129
## Pre-filters and post-filters in knn query [knn-query-filtering]
130130

0 commit comments

Comments
 (0)