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/application.ts
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ export default {
65
65
noReferencesTooltip:
66
66
'By adjusting the content of the prompt, you can guide the direction of the large model conversation. This prompt will be fixed at the beginning of the context. Variables used: {question} is the question posed by the user.',
67
67
referencesTooltip:
68
-
'By adjusting the content of the prompt, you can guide the direction of the large model conversation. This prompt will be fixed at the beginning of the context. Variables used: {data} carries known information from the knowledge base; {question} is the question posed by the user.',
68
+
'By adjusting the content of the prompt, you can guide the direction of the large model conversation. This prompt will be fixed at the beginning of the context. Variables used: {data} carries known information from the knowledge; {question} is the question posed by the user.',
69
69
defaultPrompt: `Known information: {data}
70
70
Question: {question}
71
71
Response requirements:
@@ -76,16 +76,16 @@ export default {
76
76
label: 'Historical chat records'
77
77
},
78
78
relatedKnowledge: {
79
-
label: 'Related Knowledge Base',
80
-
placeholder: 'Associated knowledge bases are displayed here'
79
+
label: 'Related Knowledge',
80
+
placeholder: 'Associated knowledge are displayed here'
'Hello, I am XXX Assistant. You can ask me questions about using XXX.\n- What are the main features of MaxKB?\n- Which large language models does MaxKB support?\n- What document types does MaxKB support?',
86
+
'Hello, I am XXX Assistant. You can ask me questions about using XXX.\n- What are the main features of MaxKB?\n- Which LLM does MaxKB support?\n- What document types does MaxKB support?',
87
87
problemOptimization: {
88
-
label: 'Problem Optimization',
88
+
label: 'Questions Optimization',
89
89
tooltip:
90
90
'Optimize the current question based on historical chat to better match knowledge points.'
91
91
},
@@ -111,29 +111,29 @@ export default {
111
111
addModel: 'Add Model'
112
112
},
113
113
dialog: {
114
-
addDataset: 'Add Related Knowledge Base',
115
-
addDatasetPlaceholder: 'The selected knowledge bases must use the same embedding model',
114
+
addDataset: 'Add Related Knowledge',
115
+
addDatasetPlaceholder: 'The selected knowledge must use the same embedding model',
116
116
selected: 'Selected',
117
117
countDataset: 'Knowledge',
118
118
119
119
selectSearchMode: 'Search Mode',
120
120
vectorSearch: 'Vector Search',
121
121
vectorSearchTooltip:
122
-
'Vector search is a retrieval method based on vector distance calculations, suitable for large data volumes in the knowledge base.',
122
+
'Vector search is a retrieval method based on vector distance calculations, suitable for large data volumes in the knowledge.',
123
123
fullTextSearch: 'Full-text Search',
124
124
fullTextSearchTooltip:
125
-
'Full-text search is a retrieval method based on text similarity, suitable for small data volumes in the knowledge base.',
125
+
'Full-text search is a retrieval method based on text similarity, suitable for small data volumes in the knowledge.',
126
126
hybridSearch: 'Hybrid Search',
127
127
hybridSearchTooltip:
128
-
'Hybrid search is a retrieval method based on both vector and text similarity, suitable for medium data volumes in the knowledge base.',
128
+
'Hybrid search is a retrieval method based on both vector and text similarity, suitable for medium data volumes in the knowledge.',
129
129
similarityThreshold: 'Similarity Threshold',
130
130
topReferences: 'Top N References',
131
131
maxCharacters: 'Maximum Characters per Reference',
132
-
noReferencesAction: 'When there are no knowledge base references',
132
+
noReferencesAction: 'When there are no knowledge references',
133
133
continueQuestioning: 'Continue Questioning AI Model',
134
134
provideAnswer: 'Provide a Specific Answer',
135
135
designated_answer:
136
-
'Hello, I am XXX Assistant. My knowledge base only contains information related to XXX products. Please rephrase your question.',
136
+
'Hello, I am XXX Assistant. My knowledge only contains information related to XXX products. Please rephrase your question.',
137
137
defaultPrompt1:
138
138
"The content inside the parentheses () represents the user's question. Based on the context, please speculate and complete the user's question ({question}). The requirement is to output a completed question and place it",
139
139
defaultPrompt2: 'tag'
@@ -200,7 +200,7 @@ export default {
200
200
copyUrl: 'Copy the link and fill it in'
201
201
},
202
202
hitTest: {
203
-
title: 'Hit testing',
203
+
title: 'Retrieval Test',
204
204
text: 'Ensure effective response by matching paragraphs to user inquiries.',
205
205
emptyMessage1: 'The matching paragraph is displayed here',
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/dataset.ts
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -13,39 +13,39 @@ export default {
13
13
},
14
14
tip: {
15
15
professionalMessage:
16
-
'The community edition supports up to 50 knowledge bases. For more knowledge bases, please upgrade to the professional edition.',
16
+
'The community edition supports up to 50 knowledge. For more knowledge, please upgrade to the professional edition.',
17
17
syncSuccess: 'Sync task sent successfully',
18
18
updateModeMessage:
19
-
'After modifying the knowledge base vector model, you need to vectorize the knowledge base. Do you want to continue saving?'
19
+
'After modifying the knowledge vector model, you need to vectorize the knowledge. Do you want to continue saving?'
20
20
},
21
21
delete: {
22
-
confirmTitle: 'Confirm Deletion of Knowledge Base:',
23
-
confirmMessage1: 'This knowledge base is associated with',
24
-
confirmMessage2: 'applications. Deleting it will be irreversible, please proceed with caution.'
22
+
confirmTitle: 'Confirm Deletion of Knowledge:',
23
+
confirmMessage1: 'This knowledge is associated with',
24
+
confirmMessage2: 'APP. Deleting it will be irreversible, please proceed with caution.'
25
25
},
26
26
datasetForm: {
27
27
title: {
28
28
info: 'Basic Information'
29
29
},
30
30
form: {
31
31
datasetName: {
32
-
label: 'Knowledge Base Name',
33
-
placeholder: 'Please enter the knowledge base name',
34
-
requiredMessage: 'Please enter the knowledge base name'
32
+
label: 'Knowledge Name',
33
+
placeholder: 'Please enter the knowledge name',
34
+
requiredMessage: 'Please enter the knowledge name'
35
35
},
36
36
datasetDescription: {
37
-
label: 'Knowledge Base Description',
37
+
label: 'Knowledge Description',
38
38
placeholder:
39
-
'Describe the content of the knowledge base. A detailed description will help AI understand the content better, improving the accuracy of content retrieval and hit rate.',
40
-
requiredMessage: 'Please enter the knowledge base description'
39
+
'Describe the content of the knowledge. A detailed description will help AI understand the content better, improving the accuracy of content retrieval and hit rate.',
40
+
requiredMessage: 'Please enter the knowledge description'
41
41
},
42
42
EmbeddingModel: {
43
43
label: 'Embedding Model',
44
44
placeholder: 'Please select a Embedding Model',
45
45
requiredMessage: 'Please enter the Embedding model'
46
46
},
47
47
datasetType: {
48
-
label: 'Knowledge Base Type',
48
+
label: 'Knowledge Type',
49
49
generalInfo: 'Upload local files or manually enter',
0 commit comments