Преглед изворни кода

add default drop_ratio_build (#522)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang пре 1 година
родитељ
комит
cfa6dfbb38
1 измењених фајлова са 1 додато и 1 уклоњено
  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: '',
       candidate_pool_size: '',
       search_length: '',
       search_length: '',
       knng: '',
       knng: '',
-      drop_ratio_build: '',
+      drop_ratio_build: '0.5',
     }));
     }));
   }, [indexCreateParams, setDisabled, defaultMetricType]);
   }, [indexCreateParams, setDisabled, defaultMetricType]);