浏览代码

Fixes typo in knn search page (#91898)

Abdon Pijpelink 2 年之前
父节点
当前提交
84326b1b82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/search/search-your-data/knn-search.asciidoc

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

@@ -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
 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
 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>>
 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.
 configuration can affect search performance.
 
 
 In addition to its search-time tuning parameters, the HNSW algorithm has
 In addition to its search-time tuning parameters, the HNSW algorithm has