We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059d968 commit cf624bdCopy full SHA for cf624bd
docs/reference/search/search-your-data/knn-search.asciidoc
@@ -345,7 +345,7 @@ segment as an https://arxiv.org/abs/1603.09320[HNSW graph]. Indexing vectors for
345
approximate kNN search can take substantial time because of how expensive it is
346
to build these graphs. You may need to increase the client request timeout for
347
index and bulk requests. The <<tune-knn-search, approximate kNN tuning guide>>
348
-contains important guidance around indexing performance, and how the the index
+contains important guidance around indexing performance, and how the index
349
configuration can affect search performance.
350
351
In addition to its search-time tuning parameters, the HNSW algorithm has
0 commit comments