Skip to content

Commit cfa6dfb

Browse files
authored
add default drop_ratio_build (zilliztech#522)
Signed-off-by: ryjiang <[email protected]>
1 parent 911932d commit cfa6dfb

File tree

1 file changed

+1
-1
lines changed
  • client/src/pages/databases/collections/overview

1 file changed

+1
-1
lines changed

client/src/pages/databases/collections/overview/Create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const CreateIndex = (props: {
229229
candidate_pool_size: '',
230230
search_length: '',
231231
knng: '',
232-
drop_ratio_build: '',
232+
drop_ratio_build: '0.5',
233233
}));
234234
}, [indexCreateParams, setDisabled, defaultMetricType]);
235235

0 commit comments

Comments
 (0)