We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80abd11 commit ecbd343Copy full SHA for ecbd343
parallel-hnsw/src/parameters.rs
@@ -14,7 +14,7 @@ impl Default for SearchParameters {
14
number_of_candidates: 300,
15
upper_layer_candidate_count: 300,
16
probe_depth: 2,
17
- grid_network_dimension: 3,
+ grid_network_dimension: 12,
18
}
19
20
0 commit comments