Skip to content

Commit

Permalink
Initialize skiped usearch opt opts.multi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Jan 14, 2024
1 parent 2d5063e commit 03ced4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ usearch_init_options_t create_options(size_t const dimensions) {
opts.dimensions = dimensions;
opts.expansion_add = 40; // 40 in faiss
opts.expansion_search = 16; // 10 in faiss
opts.multi = false;
opts.metric_kind = usearch_metric_ip_k;
opts.metric = NULL;
opts.quantization = usearch_scalar_f32_k;
Expand Down

0 comments on commit 03ced4c

Please sign in to comment.