From cf624bd6649138af601bccc4f88a83937efe6de2 Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Thu, 24 Nov 2022 16:50:30 +0100 Subject: [PATCH] Fixes typo in knn search page (#91898) (#91912) --- docs/reference/search/search-your-data/knn-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/search-your-data/knn-search.asciidoc b/docs/reference/search/search-your-data/knn-search.asciidoc index e8ce93df4eda8..45ef9991d1909 100644 --- a/docs/reference/search/search-your-data/knn-search.asciidoc +++ b/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 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 <> -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