Skip to content

Commit cf624bd

Browse files
Fixes typo in knn search page (#91898) (#91912)
1 parent 059d968 commit cf624bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/search-your-data/knn-search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ segment as an https://arxiv.org/abs/1603.09320[HNSW graph]. Indexing vectors for
345345
approximate kNN search can take substantial time because of how expensive it is
346346
to build these graphs. You may need to increase the client request timeout for
347347
index and bulk requests. The <<tune-knn-search, approximate kNN tuning guide>>
348-
contains important guidance around indexing performance, and how the the index
348+
contains important guidance around indexing performance, and how the index
349349
configuration can affect search performance.
350350

351351
In addition to its search-time tuning parameters, the HNSW algorithm has

0 commit comments

Comments
 (0)