From 62dde348dc80e35baeb7537619e52b3f27f87f17 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:41:51 +0200 Subject: [PATCH] [DOCS] Fix typo in knn tuning guide --- docs/reference/how-to/knn-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/knn-search.asciidoc b/docs/reference/how-to/knn-search.asciidoc index fedfb791f0851..18882380ce160 100644 --- a/docs/reference/how-to/knn-search.asciidoc +++ b/docs/reference/how-to/knn-search.asciidoc @@ -48,7 +48,7 @@ expensive to load. This could significantly slow down the speed of kNN search. NOTE: <>, <>, and <> operations generally require the `_source` field. Disabling `_source` for a field might result in -expected behavior for these operations. For example, reindex might not actually +unexpected behavior for these operations. For example, reindex might not actually contain the `dense_vector` field in the new index. You can disable storing `dense_vector` fields in the `_source` through the