External dataset (#1485)

* fix: revert version

* feat: external collection

* import context

* external ui

* doc

* fix: ts

* clear invalid data

* feat: rename sub name

* fix: node if else edge remove

* fix: init

* api size

* fix: if else node refresh
This commit is contained in:
Archer
2024-05-15 10:19:51 +08:00
committed by GitHub
parent fb04889a31
commit cd876251b7
74 changed files with 1882 additions and 1353 deletions

View File

@@ -1,4 +1,5 @@
{
"Add new": "Add new",
"App": "App",
"Export": "Export",
"Folder": "Folder",
@@ -509,18 +510,14 @@
"Choose Dataset": "Associate dataset",
"Chunk amount": "Number of chunks",
"Collection": "Dataset",
"Common Dataset": "Common dataset",
"Common Dataset Desc": "Can be built by importing files, web links, or manual entry",
"Create dataset": "Create a dataset",
"Dataset": "Dataset",
"Dataset ID": "Dataset ID",
"Dataset Type": "Dataset type",
"Delete Confirm": "Confirm to delete this dataset? Data cannot be recovered after deletion, please confirm!",
"Delete Website Tips": "Confirm to delete this site?",
"Empty Dataset": "",
"Empty Dataset Tips": "No datasets yet, go create one!",
"File collection": "File dataset",
"Folder Dataset": "Folder",
"Folder placeholder": "This is a directory",
"Go Dataset": "Go to dataset",
"Intro Placeholder": "This dataset has no introduction~",
@@ -540,8 +537,6 @@
"Table collection": "Table dataset",
"Text collection": "Text dataset",
"Total chunks": "Total chunks: {{total}}",
"Website Dataset": "Web site synchronization",
"Website Dataset Desc": "Web site synchronization allows you to use a web page link to build a dataset",
"collection": {
"Click top config website": "Click to configure website",
"Collection name": "Dataset name",

View File

@@ -1,6 +1,17 @@
{
"Common Dataset": "Common dataset",
"Common Dataset Desc": "Can be built by importing files, web links, or manual entry",
"Confirm to rebuild embedding tip": "Are you sure to switch the knowledge base index? Switching index is a very heavy operation that requires re-indexing all the data in your knowledge base, which may take a long time. Please ensure that the remaining points in your account are sufficient.",
"External file": "External file",
"External file Dataset Desc": "You can import files from an external file library to build a knowledge base. Files are not stored twice",
"External id": "File id",
"External read url": "External read url",
"External url": "File read url",
"Folder Dataset": "Folder",
"Rebuild embedding start tip": "The task of switching index models has begun",
"Rebuilding index count": "Rebuilding count: {{count}}",
"The knowledge base has indexes that are being trained or being rebuilt": "The knowledge base has indexes that are being trained or being rebuilt"
"The knowledge base has indexes that are being trained or being rebuilt": "The knowledge base has indexes that are being trained or being rebuilt",
"Website Dataset": "Web site",
"Website Dataset Desc": "Web site synchronization allows you to use a web page link to build a dataset",
"filename": "filename"
}

View File

@@ -1,4 +1,5 @@
{
"Add new": "新增",
"App": "应用",
"Export": "导出",
"Folder": "文件夹",
@@ -509,8 +510,6 @@
"Choose Dataset": "关联知识库",
"Chunk amount": "分段数",
"Collection": "数据集",
"Common Dataset": "通用知识库",
"Common Dataset Desc": "可通过导入文件、网页链接或手动录入形式构建知识库",
"Create dataset": "创建一个知识库",
"Dataset": "知识库",
"Dataset ID": "知识库 ID",
@@ -520,7 +519,6 @@
"Empty Dataset": "",
"Empty Dataset Tips": "还没有知识库,快去创建一个吧!",
"File collection": "文件数据集",
"Folder Dataset": "文件夹",
"Folder placeholder": "这是一个目录",
"Go Dataset": "前往知识库",
"Intro Placeholder": "这个知识库还没有介绍~",
@@ -540,8 +538,6 @@
"Table collection": "表格数据集",
"Text collection": "文本数据集",
"Total chunks": "总分段: {{total}}",
"Website Dataset": "Web 站点同步",
"Website Dataset Desc": "Web 站点同步允许你直接使用一个网页链接构建知识库",
"collection": {
"Click top config website": "点击配置网站",
"Collection name": "数据集名称",

View File

@@ -1,6 +1,17 @@
{
"Common Dataset": "通用知识库",
"Common Dataset Desc": "可通过导入文件、网页链接或手动录入形式构建知识库",
"Confirm to rebuild embedding tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作需要对您知识库内所有数据进行重新索引时间可能较长请确保账号内剩余积分充足。",
"External File": "外部文件库",
"External file Dataset Desc": "可以从外部文件库导入文件构建知识库,文件不会进行二次存储",
"External id": "文件阅读ID",
"External read url": "外部预览地址",
"External url": "文件访问URL",
"Folder Dataset": "文件夹",
"Rebuild embedding start tip": "切换索引模型任务已开始",
"Rebuilding index count": "重建中索引数量: {{count}}",
"The knowledge base has indexes that are being trained or being rebuilt": "知识库有训练中或正在重建的索引"
"The knowledge base has indexes that are being trained or being rebuilt": "知识库有训练中或正在重建的索引",
"Website Dataset": "Web 站点同步",
"Website Dataset Desc": "Web 站点同步允许你直接使用一个网页链接构建知识库",
"filename": "文件名"
}