Browse Source

add default drop_ratio_build (#522)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
cfa6dfbb38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/pages/databases/collections/overview/Create.tsx

+ 1 - 1
client/src/pages/databases/collections/overview/Create.tsx

@@ -229,7 +229,7 @@ const CreateIndex = (props: {
       candidate_pool_size: '',
       search_length: '',
       knng: '',
-      drop_ratio_build: '',
+      drop_ratio_build: '0.5',
     }));
   }, [indexCreateParams, setDisabled, defaultMetricType]);