Skip to content

Commit

Permalink
chore(ALGO_PARAMS.md): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PLNech authored May 2, 2022
1 parent 443d667 commit d51c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ALGO_PARAMS.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit d51c312

Please sign in to comment.