mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 18:17:45 +00:00
refactor: RAG Refactor (#985)
Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -10,12 +10,14 @@ const resources = {
|
||||
Owner: 'Owner',
|
||||
Count: 'Count',
|
||||
File_type_Invalid: 'The file type is invalid',
|
||||
Knowledge_Space_Config: 'Knowledge Space Config',
|
||||
Choose_a_Datasource_type: 'Choose a Datasource type',
|
||||
Setup_the_Datasource: 'Setup the Datasource',
|
||||
Knowledge_Space_Config: 'Space Config',
|
||||
Choose_a_Datasource_type: 'Datasource type',
|
||||
Segmentation: 'Segmentation',
|
||||
No_parameter: `No segementation parameter required.`,
|
||||
Knowledge_Space_Name: 'Knowledge Space Name',
|
||||
Please_input_the_name: 'Please input the name',
|
||||
Please_input_the_owner: 'Please input the owner',
|
||||
Please_select_file: 'Please select one file',
|
||||
Description: 'Description',
|
||||
Please_input_the_description: 'Please input the description',
|
||||
Next: 'Next',
|
||||
@@ -29,7 +31,7 @@ const resources = {
|
||||
Name: 'Name',
|
||||
Text_Source: 'Text Source(Optional)',
|
||||
Please_input_the_text_source: 'Please input the text source',
|
||||
Synch: 'Synch',
|
||||
Sync: 'Sync',
|
||||
Back: 'Back',
|
||||
Finish: 'Finish',
|
||||
Web_Page_URL: 'Web Page URL',
|
||||
@@ -41,7 +43,7 @@ const resources = {
|
||||
Arguments: 'Arguments',
|
||||
Type: 'Type',
|
||||
Size: 'Size',
|
||||
Last_Synch: 'Last Synch',
|
||||
Last_Sync: 'Last Sync',
|
||||
Status: 'Status',
|
||||
Result: 'Result',
|
||||
Details: 'Details',
|
||||
@@ -62,6 +64,9 @@ const resources = {
|
||||
Recall_Type: 'recall type',
|
||||
model: 'model',
|
||||
A_model_used: 'A model used to create vector representations of text or other data',
|
||||
Automatic: 'Automatic',
|
||||
Process: 'Process',
|
||||
Automatic_desc: 'Automatically set segmentation and preprocessing rules.',
|
||||
chunk_size: 'chunk_size',
|
||||
The_size_of_the_data_chunks: 'The size of the data chunks used in processing',
|
||||
chunk_overlap: 'chunk_overlap',
|
||||
@@ -187,11 +192,14 @@ const resources = {
|
||||
Count: '文档数',
|
||||
File_type_Invalid: '文件类型错误',
|
||||
Knowledge_Space_Config: '知识库配置',
|
||||
Choose_a_Datasource_type: '选择数据源类型',
|
||||
Setup_the_Datasource: '设置数据源',
|
||||
Choose_a_Datasource_type: '知识库类型',
|
||||
Segmentation: '分片',
|
||||
No_parameter: '不需要配置分片参数',
|
||||
Setup_the_Datasource: '处理',
|
||||
Knowledge_Space_Name: '知识库名称',
|
||||
Please_input_the_name: '请输入名称',
|
||||
Please_input_the_owner: '请输入创建人',
|
||||
Please_select_file: '请至少选择一个文件',
|
||||
Description: '描述',
|
||||
Please_input_the_description: '请输入描述',
|
||||
Next: '下一步',
|
||||
@@ -205,7 +213,7 @@ const resources = {
|
||||
Name: '名称',
|
||||
Text_Source: '文本来源(可选)',
|
||||
Please_input_the_text_source: '请输入文本来源',
|
||||
Synch: '同步',
|
||||
Sync: '同步',
|
||||
Back: '上一步',
|
||||
Finish: '完成',
|
||||
Web_Page_URL: '网页网址',
|
||||
@@ -217,7 +225,7 @@ const resources = {
|
||||
Arguments: '参数',
|
||||
Type: '类型',
|
||||
Size: '切片',
|
||||
Last_Synch: '上次同步时间',
|
||||
Last_Sync: '上次同步时间',
|
||||
Status: '状态',
|
||||
Result: '结果',
|
||||
Details: '明细',
|
||||
@@ -239,6 +247,9 @@ const resources = {
|
||||
Recall_Type: '回忆类型',
|
||||
model: '模型',
|
||||
A_model_used: '用于创建文本或其他数据的矢量表示的模型',
|
||||
Automatic: '自动切片',
|
||||
Process: '切片处理',
|
||||
Automatic_desc: '自动设置分割和预处理规则。',
|
||||
chunk_size: '块大小',
|
||||
The_size_of_the_data_chunks: '处理中使用的数据块的大小',
|
||||
chunk_overlap: '块重叠',
|
||||
|
Reference in New Issue
Block a user