File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ The range ```M```=12-48 is ok for the most of the use cases. When ```M``` is cha
2020Nonetheless, ef and ef_construction parameters can be roughly estimated by assuming that ``` M ``` * ``` ef_{construction} ``` is
2121a constant.
2222
23- * ``` ef_constrution ``` - the parameter has the same meaning as ``` ef ``` , but controls the index_time/index_accuracy. Bigger
23+ * ``` ef_construction ``` - the parameter has the same meaning as ``` ef ``` , but controls the index_time/index_accuracy. Bigger
2424ef_construction leads to longer construction, but better index quality. At some point, increasing ef_construction does
2525not improve the quality of the index. One way to check if the selection of ef_construction was ok is to measure a recall
26- for M nearest neighbor search when ``` ef ``` =``` ef_constuction ``` : if the recall is lower than 0.9, than there is room
26+ for M nearest neighbor search when ``` ef ``` =``` ef_construction ``` : if the recall is lower than 0.9, than there is room
2727for improvement.
2828* ``` num_elements ``` - defines the maximum number of elements in the index. The index can be extened by saving/loading(load_index
2929function has a parameter which defines the new maximum number of elements).
You can’t perform that action at this time.
0 commit comments