diff --git a/ui/src/components/model-select/index.vue b/ui/src/components/model-select/index.vue index 4ca3974bf..18f96d18f 100644 --- a/ui/src/components/model-select/index.vue +++ b/ui/src/components/model-select/index.vue @@ -146,7 +146,7 @@ onMounted(() => { } } .model-icon { - width: 20px; + width: 18px; } .check-icon { position: absolute; diff --git a/ui/src/locales/lang/en-US/dynamics-form.ts b/ui/src/locales/lang/en-US/dynamics-form.ts index a3a3f78ee..d6b1f7d06 100644 --- a/ui/src/locales/lang/en-US/dynamics-form.ts +++ b/ui/src/locales/lang/en-US/dynamics-form.ts @@ -1,12 +1,12 @@ export default { input_type_list: { - TextInput: 'Text Input', + TextInput: 'Input', Slider: 'Slider', SwitchInput: 'Switch', SingleSelect: 'Single Select', MultiSelect: 'Multi Select', DatePicker: 'Date Picker', - JsonInput: 'JSON Text Input', + JsonInput: 'JSON', RadioCard: 'Radio Card', RadioRow: 'Radio Row' }, diff --git a/ui/src/locales/lang/en-US/views/application-workflow.ts b/ui/src/locales/lang/en-US/views/application-workflow.ts index 277127109..c19d6d105 100644 --- a/ui/src/locales/lang/en-US/views/application-workflow.ts +++ b/ui/src/locales/lang/en-US/views/application-workflow.ts @@ -1,6 +1,6 @@ export default { node: 'Node', - baseComponent: 'Base', + baseComponent: 'Basic', nodeSetting: 'Node Settings', workflow: 'Workflow', searchBar: { @@ -116,9 +116,9 @@ export default { result: 'Search Result', directly_return: 'Content of segments that meet direct response criteria', selectDatasetText: 'Associated knowledge displayed here', - searchParam: 'Search Parameters', + searchParam: 'Retrieval Parameters', searchQuestion: { - label: 'Search Question', + label: 'Question', placeholder: 'Please select a search question', requiredMessage: 'Please select a search question' } @@ -165,7 +165,7 @@ export default { }, higher: 'Higher', ScoreTooltip: 'The higher the Score, the stronger the relevance.', - max_paragraph_char_number: 'Maximum number of words to quote', + max_paragraph_char_number: 'Maximum Character', reranker_model: { label: 'Rerank', placeholder: 'Please select a rerank' diff --git a/ui/src/locales/lang/en-US/views/application.ts b/ui/src/locales/lang/en-US/views/application.ts index 5a1be4245..153b45565 100644 --- a/ui/src/locales/lang/en-US/views/application.ts +++ b/ui/src/locales/lang/en-US/views/application.ts @@ -128,9 +128,9 @@ export default { hybridSearch: 'Hybrid Search', hybridSearchTooltip: 'Hybrid search is a retrieval method based on both vector and text similarity, suitable for medium data volumes in the knowledge.', - similarityThreshold: 'Similarity Threshold', + similarityThreshold: 'Lowest Similarity', similarityTooltip: 'The higher the similarity, the stronger the correlation.', - topReferences: 'Top N References', + topReferences: 'Top N Segments', maxCharacters: 'Maximum Characters per Reference', noReferencesAction: 'When there are no knowledge references', continueQuestioning: 'Continue to ask questions to the Al model', diff --git a/ui/src/locales/lang/en-US/views/template.ts b/ui/src/locales/lang/en-US/views/template.ts index d53200372..916caa298 100644 --- a/ui/src/locales/lang/en-US/views/template.ts +++ b/ui/src/locales/lang/en-US/views/template.ts @@ -41,7 +41,7 @@ export default { editParam: 'Edit Parameter', addParam: 'Add Parameter', paramSetting: 'Model Parameter Settings', - apiParamPassing: 'Parameter' + apiParamPassing: 'Interface Parameters' }, form: { templateName: { diff --git a/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue b/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue index 1266c0d23..703c66490 100644 --- a/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue +++ b/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue @@ -33,7 +33,7 @@ > - +