We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae7210 commit ec3ed82Copy full SHA for ec3ed82
c/test.c
@@ -32,6 +32,7 @@ usearch_init_options_t create_options(size_t const dimensions) {
32
opts.dimensions = dimensions;
33
opts.expansion_add = 40; // 40 in faiss
34
opts.expansion_search = 16; // 10 in faiss
35
+ opts.multi = false;
36
opts.metric_kind = usearch_metric_ip_k;
37
opts.metric = NULL;
38
opts.quantization = usearch_scalar_f32_k;
0 commit comments