You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/workflow.ts
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,6 @@ export default {
81
81
},
82
82
nodes: {
83
83
knowledgeWriteNode: {
84
-
chunk_length: 'Chunk length',
85
84
text: 'Knowledge write',
86
85
label: 'Knowledge write',
87
86
},
@@ -94,6 +93,16 @@ export default {
94
93
label: 'Local File',
95
94
text: 'Local File',
96
95
fileList: 'File List',
96
+
fileFormat: {
97
+
label: 'Supported File Formats',
98
+
requiredMessage: 'Please select file formats',
99
+
},
100
+
maxFileNumber: {
101
+
label: 'Maximum Number of Files per Upload',
102
+
},
103
+
maxFileCountNumber: {
104
+
label: 'Maximum Size per File (MB)',
105
+
},
97
106
},
98
107
classify: {
99
108
aiCapability: 'AI capability',
@@ -265,6 +274,16 @@ You are a master of problem optimization, adept at accurately inferring user int
265
274
placeholder: 'Please select a splitting strategy',
266
275
requiredMessage: 'Please select a splitting strategy',
267
276
},
277
+
chunk_length: {
278
+
label: 'Chunk length',
279
+
tooltip1: 'Core objective is to balance retrieval precision and recall efficiency',
280
+
tooltip2:
281
+
'Avoid excessively short segmentation: A single segment <50 characters may lead to semantic fragmentation, potentially failing to match query intent during retrieval due to lack of context.',
282
+
tooltip3:
283
+
'Avoid excessive segmentation: A single block exceeding 500 characters increases redundant information, reduces retrieval accuracy, and consumes more storage and computing resources.',
284
+
},
285
+
title1: 'Segment title set as the associated question of the segment',
286
+
title2: 'Document name set as the associated question of the segment',
268
287
},
269
288
imageUnderstandNode: {
270
289
label: 'Image Understanding',
@@ -410,7 +429,6 @@ You are a master of problem optimization, adept at accurately inferring user int
410
429
placeholder: 'Please choose a classification option',
0 commit comments