mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 01:54:44 +00:00
feat: add GraphRAG framework and integrate TuGraph (#1506)
Co-authored-by: KingSkyLi <15566300566@163.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -17,7 +17,9 @@ const en = {
|
||||
Please_input_the_owner: 'Please input the owner',
|
||||
Please_select_file: 'Please select one file',
|
||||
Description: 'Description',
|
||||
Storage: 'Storage',
|
||||
Please_input_the_description: 'Please input the description',
|
||||
Please_select_the_storage:'Please select the storage',
|
||||
Next: 'Next',
|
||||
the_name_can_only_contain: 'the name can only contain numbers, letters, Chinese characters, "-" and "_"',
|
||||
Text: 'Text',
|
||||
@@ -38,6 +40,7 @@ const en = {
|
||||
Documents: 'Documents',
|
||||
Chat: 'Chat',
|
||||
Add_Datasource: 'Add Datasource',
|
||||
View_Graph: 'View Graph',
|
||||
Arguments: 'Arguments',
|
||||
Type: 'Type',
|
||||
Size: 'Size',
|
||||
@@ -244,7 +247,9 @@ const zh: Resources['translation'] = {
|
||||
Please_input_the_owner: '请输入创建人',
|
||||
Please_select_file: '请至少选择一个文件',
|
||||
Description: '描述',
|
||||
Storage: '存储类型',
|
||||
Please_input_the_description: '请输入描述',
|
||||
Please_select_the_storage:'请选择存储类型',
|
||||
Next: '下一步',
|
||||
the_name_can_only_contain: '名称只能包含数字、字母、中文字符、-或_',
|
||||
Text: '文本',
|
||||
@@ -265,6 +270,7 @@ const zh: Resources['translation'] = {
|
||||
Documents: '文档',
|
||||
Chat: '对话',
|
||||
Add_Datasource: '添加数据源',
|
||||
View_Graph: '查看图谱',
|
||||
Arguments: '参数',
|
||||
Type: '类型',
|
||||
Size: '切片',
|
||||
|
Reference in New Issue
Block a user