Skip to content

Commit 00a3e5d

Browse files
authored
fix: The similarity of knowledge base mixed retrieval should be 0-2 (#3021)
1 parent a6533c0 commit 00a3e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/application/component/ParamSettingDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<el-input-number
8282
v-model="form.dataset_setting.similarity"
8383
:min="0"
84-
:max="form.search_mode === 'blend' ? 2 : 1"
84+
:max="form.dataset_setting.search_mode === 'blend' ? 2 : 1"
8585
:precision="3"
8686
:step="0.1"
8787
:value-on-clear="0"

0 commit comments

Comments
 (0)