From d51c3122570363a9ee045e8af9a44721a11ba186 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH <1821404+PLNech@users.noreply.github.com> Date: Mon, 2 May 2022 17:28:23 +0200 Subject: [PATCH] chore(ALGO_PARAMS.md): Fix typo --- ALGO_PARAMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALGO_PARAMS.md b/ALGO_PARAMS.md index b0a6b7ad..0d5133f3 100644 --- a/ALGO_PARAMS.md +++ b/ALGO_PARAMS.md @@ -27,5 +27,5 @@ ef_construction leads to longer construction, but better index quality. At some not improve the quality of the index. One way to check if the selection of ef_construction was ok is to measure a recall for M nearest neighbor search when ```ef``` =```ef_construction```: if the recall is lower than 0.9, than there is room for improvement. -* ```num_elements``` - defines the maximum number of elements in the index. The index can be extened by saving/loading(load_index +* ```num_elements``` - defines the maximum number of elements in the index. The index can be extended by saving/loading (load_index function has a parameter which defines the new maximum number of elements).