Skip to content

Commit

Permalink
Fixes typo in knn search page (elastic#91898) (elastic#91911)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonpijpelink authored Nov 24, 2022
1 parent d464cce commit e2143c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/search/search-your-data/knn-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ segment as an https://arxiv.org/abs/1603.09320[HNSW graph]. Indexing vectors for
approximate kNN search can take substantial time because of how expensive it is
to build these graphs. You may need to increase the client request timeout for
index and bulk requests. The <<tune-knn-search, approximate kNN tuning guide>>
contains important guidance around indexing performance, and how the the index
contains important guidance around indexing performance, and how the index
configuration can affect search performance.

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

0 comments on commit e2143c6

Please sign in to comment.