Skip to content

Commit 03ced4c

Browse files
committed
Initialize skiped usearch opt opts.multi
1 parent 2d5063e commit 03ced4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c/test.c

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ usearch_init_options_t create_options(size_t const dimensions) {
3232
opts.dimensions = dimensions;
3333
opts.expansion_add = 40; // 40 in faiss
3434
opts.expansion_search = 16; // 10 in faiss
35+
opts.multi = false;
3536
opts.metric_kind = usearch_metric_ip_k;
3637
opts.metric = NULL;
3738
opts.quantization = usearch_scalar_f32_k;

0 commit comments

Comments
 (0)