File tree Expand file tree Collapse file tree 8 files changed +5
-8
lines changed
workflow/nodes/search-dataset-node Expand file tree Collapse file tree 8 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ export default {
115115 is_hit_handling_method_list : 'List of segments that meet direct response criteria' ,
116116 result : 'Search Result' ,
117117 directly_return : 'Content of segments that meet direct response criteria' ,
118- selectDatasetText : 'Related knowledge displayed here' ,
119118 searchParam : 'Retrieval Parameters' ,
120119 searchQuestion : {
121120 label : 'Question' ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default {
7979 } ,
8080 relatedKnowledge : {
8181 label : 'Related Knowledge' ,
82- placeholder : 'Associated knowledge are displayed here'
82+ placeholder : 'Related knowledge are displayed here'
8383 } ,
8484 multipleRoundsDialogue : 'Multiple Rounds Dialogue' ,
8585
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default {
2222 } ,
2323 delete : {
2424 confirmTitle : 'Confirm deletion of knowledge:' ,
25- confirmMessage1 : 'This knowledge is associated with' ,
25+ confirmMessage1 : 'This knowledge is related with' ,
2626 confirmMessage2 : 'APP. Deleting it will be irreversible, please proceed with caution.'
2727 } ,
2828 datasetForm : {
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ export default {
116116 is_hit_handling_method_list : '满足直接回答的分段列表' ,
117117 result : '检索结果' ,
118118 directly_return : '满足直接回答的分段内容' ,
119- selectDatasetText : '关联的知识库展示在这里' ,
120119 searchParam : '检索参数' ,
121120 searchQuestion : {
122121 label : '检索问题' ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default {
7171 } ,
7272 relatedKnowledge : {
7373 label : '关联知识库' ,
74- placeholder : '关联知识库展示在这里 '
74+ placeholder : '关联的知识库展示在这里 '
7575 } ,
7676 multipleRoundsDialogue : '多轮对话' ,
7777
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ export default {
116116 is_hit_handling_method_list : '滿足直接回答的分段列表' ,
117117 result : '檢索結果' ,
118118 directly_return : '滿足直接回答的分段內容' ,
119- selectDatasetText : '關聯的知識庫展示在這裡' ,
120119 searchParam : '檢索參數' ,
121120 searchQuestion : {
122121 label : '檢索問題' ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default {
7272 } ,
7373 relatedKnowledge : {
7474 label : '關聯知識庫' ,
75- placeholder : '關聯知識庫展示在此處 '
75+ placeholder : '關聯的知識庫展示在這裡 '
7676 } ,
7777 multipleRoundsDialogue : '多輪對話' ,
7878
Original file line number Diff line number Diff line change 2121 </template >
2222 <div class =" w-full" >
2323 <el-text type =" info" v-if =" form_data.dataset_id_list?.length === 0" >
24- {{ $t('views.applicationWorkflow.nodes.searchDatasetNode.selectDatasetText ') }}
24+ {{ $t('views.application.applicationForm.form.relatedKnowledge.placeholder ') }}
2525 </el-text >
2626 <template v-for =" (item , index ) in form_data .dataset_id_list " :key =" index " v-else >
2727 <div class =" flex-between border border-r-4 white-bg mb-4" style =" padding : 5px 8px " >
You can’t perform that action at this time.
0 commit comments