Skip to content

Commit 2c6f244

Browse files
authored
Merge pull request #379 from PLNech/patch-1
chore(ALGO_PARAMS.md): Fix typo
2 parents 2175362 + d51c312 commit 2c6f244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALGO_PARAMS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ ef_construction leads to longer construction, but better index quality. At some
2727
not improve the quality of the index. One way to check if the selection of ef_construction was ok is to measure a recall
2828
for M nearest neighbor search when ```ef``` =```ef_construction```: if the recall is lower than 0.9, than there is room
2929
for improvement.
30-
* ```num_elements``` - defines the maximum number of elements in the index. The index can be extened by saving/loading(load_index
30+
* ```num_elements``` - defines the maximum number of elements in the index. The index can be extended by saving/loading (load_index
3131
function has a parameter which defines the new maximum number of elements).

0 commit comments

Comments
 (0)