File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The default type of {{es-serverless}} project is suitable for this use case unle
4949Refer to [ ] ( dense-vector.md#vector-profiles ) .
5050:::
5151
52- ## kNN search methods: approxiamte and exact kNN [ knn-methods]
52+ ## kNN search methods: approximate and exact kNN [ knn-methods]
5353
5454{{es}} supports two methods for kNN search:
5555
@@ -1224,7 +1224,7 @@ This example will:
12241224* Search using approximate kNN for the top 100 candidates.
12251225* Rescore the top 20 candidates (` oversample * k ` ) per shard using the original, non quantized vectors.
12261226* Return the top 10 (` k ` ) rescored candidates.
1227- * Merge the rescored canddidates from all shards, and return the top 10 (` k ` ) results.
1227+ * Merge the rescored candidates from all shards, and return the top 10 (` k ` ) results.
12281228
12291229#### Additional rescoring techniques [ dense-vector-knn-search-rescoring-rescore-additional]
12301230
You can’t perform that action at this time.
0 commit comments