Skip to content

Commit

Permalink
Merge pull request #379 from PLNech/patch-1
Browse files Browse the repository at this point in the history
chore(ALGO_PARAMS.md): Fix typo
  • Loading branch information
yurymalkov committed Jan 15, 2023
2 parents 2175362 + d51c312 commit 2c6f244
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
Expand Up @@ -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 2c6f244

Please sign in to comment.