[Node] Use index by default (#422)

This commit is contained in:
Lei Xu
2023-08-11 15:26:44 -07:00
committed by GitHub
parent 03b8f99dca
commit 9921b2a4e5

View File

@@ -53,7 +53,7 @@ impl Query {
nprobes: 20,
refine_factor: None,
metric_type: None,
use_index: false,
use_index: true,
filter: None,
select: None,
}