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
saveMessage: 'Current changes have not been saved. Confirm exit?',
@@ -21,7 +22,7 @@ export default {
21
22
vectorizationSuccess: 'Successful',
22
23
nameMessage: 'Document name cannot be empty!',
23
24
importMessage: 'Successful',
24
-
migrationSuccess: 'Successful'
25
+
migrationSuccess: 'Successful',
25
26
},
26
27
upload: {
27
28
selectFile: 'Select File',
@@ -34,71 +35,71 @@ export default {
34
35
errorMessage3: 'File cannot be empty',
35
36
errorMessage4: 'Up to 50 files can be uploaded at once',
36
37
template: 'Template',
37
-
download: 'Download'
38
+
download: 'Download',
38
39
},
39
40
40
41
fileType: {
41
42
txt: {
42
43
label: 'Text File',
43
44
tip1: '1. It is recommended to standardize the segment markers in the file before uploading.',
44
-
tip2: '2. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.'
45
+
tip2: '2. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.',
45
46
},
46
47
table: {
47
48
label: 'Table',
48
49
tip1: '1. Click to download the corresponding template and complete the information:',
49
50
tip2: '2. The first row must be column headers, and the column headers must be meaningful terms. Each record in the table will be treated as a segment.',
50
51
tip3: '3. Each sheet in the uploaded spreadsheet file will be treated as a document, with the sheet name as the document name.',
51
-
tip4: '4. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.'
52
+
tip4: '4. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.',
52
53
},
53
54
QA: {
54
55
label: 'QA Pairs',
55
56
tip1: '1. Click to download the corresponding template and complete the information:',
56
57
tip2: '2. Each sheet in the uploaded spreadsheet file will be treated as a document, with the sheet name as the document name.',
57
-
tip3: '3. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.'
58
-
}
58
+
tip3: '3. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.',
59
+
},
59
60
},
60
61
setRules: {
61
62
title: {
62
63
setting: 'Set Segment Rules',
63
-
preview: 'Preview'
64
+
preview: 'Preview',
64
65
},
65
66
intelligent: {
66
67
label: 'Automatic Segmentation (Recommended)',
67
-
text: 'If you are unsure how to set segmentation rules, it is recommended to use automatic segmentation.'
68
+
text: 'If you are unsure how to set segmentation rules, it is recommended to use automatic segmentation.',
68
69
},
69
70
advanced: {
70
71
label: 'Advanced Segmentation',
71
-
text: 'Users can customize segmentation delimiters, segment length, and cleaning rules based on document standards.'
72
+
text: 'Users can customize segmentation delimiters, segment length, and cleaning rules based on document standards.',
72
73
},
73
74
patterns: {
74
75
label: 'Segment Delimiters',
75
76
tooltip:
76
77
'Recursively split according to the selected symbols in order. If the split result exceeds the segment length, it will be truncated to the segment length.',
77
-
placeholder: 'Please select'
78
+
placeholder: 'Please select',
78
79
},
79
80
limit: {
80
-
label: 'Segment Length'
81
+
label: 'Segment Length',
81
82
},
82
83
with_filter: {
83
84
label: 'Auto Clean',
84
-
text: 'Remove duplicate extra symbols, spaces, blank lines, and tab words.'
85
+
text: 'Remove duplicate extra symbols, spaces, blank lines, and tab words.',
85
86
},
86
87
checkedConnect: {
87
-
label: 'Add "Related Questions" section for question-based QA pairs during import.'
88
-
}
88
+
label: 'Add "Related Questions" section for question-based QA pairs during import.',
89
+
},
89
90
},
90
91
buttons: {
91
92
prev: 'Previous',
92
93
next: 'Next',
93
94
import: 'Start Import',
94
-
preview: 'Apply'
95
+
preview: 'Apply',
95
96
},
96
97
table: {
97
98
name: 'Document Name',
98
99
char_length: 'Character',
99
100
paragraph: 'Segment',
100
101
all: 'All',
101
-
updateTime: 'Update Time'
102
+
updateTime: 'Update Time',
102
103
},
103
104
fileStatus: {
104
105
label: 'File Status',
@@ -109,20 +110,20 @@ export default {
109
110
GENERATE: 'Generating',
110
111
SYNC: 'Syncing',
111
112
REVOKE: 'Cancelling',
112
-
finish: 'Finish'
113
+
finish: 'Finish',
113
114
},
114
115
enableStatus: {
115
116
label: 'Status',
116
117
enable: 'Enabled',
117
-
close: 'Disabled'
118
+
close: 'Disabled',
118
119
},
119
120
sync: {
120
121
label: 'Sync',
121
122
confirmTitle: 'Confirm sync document?',
122
123
confirmMessage1:
123
124
'Syncing will delete existing data and retrieve new data. Please proceed with caution.',
124
125
confirmMessage2: 'Cannot sync, please set the document URL first.',
125
-
successMessage: 'Successful'
126
+
successMessage: 'Successful',
126
127
},
127
128
delete: {
128
129
confirmTitle1: 'Confirm batch deletion of',
@@ -132,31 +133,31 @@ export default {
132
133
successMessage: 'Successful',
133
134
confirmTitle3: 'Confirm deleting document:',
134
135
confirmMessage1: 'Under this document',
135
-
confirmMessage2: 'All segments will be deleted, please operate with caution. '
136
+
confirmMessage2: 'All segments will be deleted, please operate with caution. ',
136
137
},
137
138
form: {
138
139
source_url: {
139
140
label: 'Document URL',
140
141
placeholder: 'Enter document URL, one per line. Incorrect URL will cause import failure.',
141
-
requiredMessage: 'Please enter a document URL'
142
+
requiredMessage: 'Please enter a document URL',
142
143
},
143
144
selector: {
144
145
label: 'Selector',
145
-
placeholder: 'Default is body, you can input .classname/#idname/tagname'
146
+
placeholder: 'Default is body, you can input .classname/#idname/tagname',
146
147
},
147
148
hit_handling_method: {
148
149
label: 'Retrieve-Respond',
149
-
tooltip: 'When user asks a question, handle matched segments according to the set method.'
150
+
tooltip: 'When user asks a question, handle matched segments according to the set method.',
150
151
},
151
152
similarity: {
152
153
label: 'Similarity Higher Than',
153
154
placeholder: 'Directly return segment content',
154
-
requiredMessage: 'Please enter similarity value'
155
-
}
155
+
requiredMessage: 'Please enter similarity value',
156
+
},
156
157
},
157
158
hitHandlingMethod: {
158
159
optimization: 'Model optimization',
159
-
directly_return: 'Respond directly'
160
+
directly_return: 'Respond directly',
160
161
},
161
162
generateQuestion: {
162
163
title: 'Generate Questions',
@@ -167,12 +168,12 @@ export default {
167
168
tip4: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.',
168
169
prompt1:
169
170
'Content: {data}\n \n Please summarize the above and generate 5 questions based on the summary. \nAnswer requirements: \n - Please output only questions; \n - Please place each question in',
170
-
prompt2: 'tag.'
171
+
prompt2: 'tag.',
171
172
},
172
173
feishu: {
173
174
selectDocument: 'Select Document',
174
175
tip1: 'Only documents and tables are supported. Documents will be segmented based on titles, and tables will be converted to Markdown format before segmentation.',
175
176
tip2: 'The system does not store the original document. Before importing the document, it is recommended to standardize the document segmentation markers.',
0 commit comments