mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
Collection tag (#2266)
* feat: collection metadata filter (#2211) * feat: add dataset collection tags (#2231) * dataset page * workflow page * move * fix * add plus filter * fix * fix * fix * perf: collection tag code * fix: collection tags (#2249) * fix * fix * fix tags of dataset page * fix tags of workflow page * doc * add comments * fix: collection tags (#2264) * fix: metadata filter * feat: search filter --------- Co-authored-by: heheer <1239331448@qq.com> Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"App": "App",
|
||||
"click_to_resume": "Resume",
|
||||
"code_editor": "Code edit",
|
||||
"Export": "Export",
|
||||
"Folder": "Folder",
|
||||
"Login": "Login",
|
||||
@@ -13,6 +11,8 @@
|
||||
"UnKnow": "Unknown",
|
||||
"Warning": "Warning",
|
||||
"add_new": "Add new",
|
||||
"click_to_resume": "Resume",
|
||||
"code_editor": "Code edit",
|
||||
"common": {
|
||||
"Action": "Action",
|
||||
"Add": "Add",
|
||||
@@ -91,6 +91,8 @@
|
||||
"Root folder": "Root folder",
|
||||
"Run": "Run",
|
||||
"Save": "Save",
|
||||
"Save Failed": "Saved failed",
|
||||
"Save Success": "Saved success",
|
||||
"Search": "Search",
|
||||
"Select File Failed": "Select File Failed",
|
||||
"Select template": "Select template",
|
||||
@@ -482,7 +484,8 @@
|
||||
"success": "Start syncing"
|
||||
}
|
||||
},
|
||||
"training": {}
|
||||
"training": {
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "Auxiliary data",
|
||||
@@ -505,13 +508,13 @@
|
||||
"Data not found": "Data does not exist or has been deleted",
|
||||
"Start Sync Failed": "Failed to start syncing",
|
||||
"Template does not exist": "Template does not exist",
|
||||
"invalidVectorModelOrQAModel": "Invalid vector model or QA model",
|
||||
"unAuthDataset": "Unauthorized to operate this dataset",
|
||||
"unAuthDatasetCollection": "Unauthorized to operate this collection",
|
||||
"unAuthDatasetData": "Unauthorized to operate this data",
|
||||
"unAuthDatasetFile": "Unauthorized to operate this file",
|
||||
"unCreateCollection": "Unauthorized to operate this data",
|
||||
"unLinkCollection": "Not a network link collection",
|
||||
"invalidVectorModelOrQAModel": "Invalid vector model or QA model"
|
||||
"unLinkCollection": "Not a network link collection"
|
||||
},
|
||||
"externalFile": "external file repository",
|
||||
"file": "File",
|
||||
|
@@ -1,26 +1,41 @@
|
||||
{
|
||||
"Disabled": "Disabled",
|
||||
"Enable": "Enable",
|
||||
"Enabled": "Enabled",
|
||||
"collection": {
|
||||
"Create update time": "Create/Update time",
|
||||
"Training type": "Training type"
|
||||
},
|
||||
"collection_tags": "Tags",
|
||||
"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?\nSwitching 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.\n\nIn addition, you need to be careful to modify the applications that select this knowledge base to avoid mixing them with other index model knowledge bases.",
|
||||
"Disabled": "Disabled",
|
||||
"Enable": "Enable",
|
||||
"Enabled": "Enabled",
|
||||
"dataset": {
|
||||
"no_collections": "no collections",
|
||||
"no_tags": "no tags"
|
||||
},
|
||||
"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_read_url_tip": "You can configure the reading address of your file library. This allows users to read and authenticate. You can currently use the {{fileId}} variable to refer to the external file ID.",
|
||||
"external_url": "File read url",
|
||||
"filename": "filename",
|
||||
"folder_dataset": "Folder",
|
||||
"rebuild_embedding_start_tip": "The task of switching index models has begun",
|
||||
"rebuilding_index_count": "Rebuilding count: {{count}}",
|
||||
"tag": {
|
||||
"Add New": "Add new",
|
||||
"Add_new_tag": "Add new tag",
|
||||
"Edit_tag": "Edit tag",
|
||||
"add": "Add",
|
||||
"cancel": "Cancel",
|
||||
"delete_tag_confirm": "Confirm to delete tag",
|
||||
"manage": "Manage",
|
||||
"searchOrAddTag": "Search or add tags",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"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",
|
||||
"collection": {
|
||||
"Create update time": "Create/Update time",
|
||||
"Training type": "Training type"
|
||||
},
|
||||
"filename": "filename"
|
||||
}
|
||||
"website_dataset_desc": "Web site synchronization allows you to use a web page link to build a dataset"
|
||||
}
|
||||
|
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"App": "应用",
|
||||
"click_to_resume": "点击恢复",
|
||||
"code_editor": "代码编辑",
|
||||
"Export": "导出",
|
||||
"Folder": "文件夹",
|
||||
"Login": "登录",
|
||||
@@ -13,6 +11,8 @@
|
||||
"UnKnow": "未知",
|
||||
"Warning": "提示",
|
||||
"add_new": "新增",
|
||||
"click_to_resume": "点击恢复",
|
||||
"code_editor": "代码编辑",
|
||||
"common": {
|
||||
"Action": "操作",
|
||||
"Add": "添加",
|
||||
@@ -91,6 +91,8 @@
|
||||
"Root folder": "根目录",
|
||||
"Run": "运行",
|
||||
"Save": "保存",
|
||||
"Save Failed": "保存失败",
|
||||
"Save Success": "保存成功",
|
||||
"Search": "搜索",
|
||||
"Select File Failed": "选择文件异常",
|
||||
"Select template": "选择模板",
|
||||
@@ -482,7 +484,8 @@
|
||||
"success": "开始同步"
|
||||
}
|
||||
},
|
||||
"training": {}
|
||||
"training": {
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "辅助数据",
|
||||
@@ -505,13 +508,13 @@
|
||||
"Data not found": "数据不存在或已被删除",
|
||||
"Start Sync Failed": "开始同步失败",
|
||||
"Template does not exist": "模板不存在",
|
||||
"invalidVectorModelOrQAModel": "VectorModel 或 QA 模型错误",
|
||||
"unAuthDataset": "无权操作该知识库",
|
||||
"unAuthDatasetCollection": "无权操作该数据集",
|
||||
"unAuthDatasetData": "无权操作该数据",
|
||||
"unAuthDatasetFile": "无权操作该文件",
|
||||
"unCreateCollection": "无权操作该数据",
|
||||
"unLinkCollection": "不是网络链接集合",
|
||||
"invalidVectorModelOrQAModel": "VectorModel 或 QA 模型错误"
|
||||
"unLinkCollection": "不是网络链接集合"
|
||||
},
|
||||
"externalFile": "外部文件库",
|
||||
"file": "文件",
|
||||
|
@@ -1,26 +1,41 @@
|
||||
{
|
||||
"Disabled": "已禁用",
|
||||
"Enable": "启用",
|
||||
"Enabled": "已启用",
|
||||
"collection": {
|
||||
"Create update time": "创建/更新时间",
|
||||
"Training type": "训练模式"
|
||||
},
|
||||
"collection_tags": "集合标签",
|
||||
"common_dataset": "通用知识库",
|
||||
"common_dataset_desc": "可通过导入文件、网页链接或手动录入形式构建知识库",
|
||||
"confirm_to_rebuild_embedding_tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作,需要对您知识库内所有数据进行重新索引,时间可能较长,请确保账号内剩余积分充足。\n\n此外,你还需要注意修改选择该知识库的应用,避免它们与其他索引模型知识库混用。",
|
||||
"Disabled": "已禁用",
|
||||
"Enable": "启用",
|
||||
"Enabled": "已启用",
|
||||
"dataset": {
|
||||
"no_collections": "暂无数据集",
|
||||
"no_tags": "暂无标签"
|
||||
},
|
||||
"external_file": "外部文件库",
|
||||
"external_file_dataset_desc": "可以从外部文件库导入文件构建知识库,文件不会进行二次存储",
|
||||
"external_id": "文件阅读 ID",
|
||||
"external_read_url": "外部预览地址",
|
||||
"external_read_url_tip": "可以配置你文件库的阅读地址。便于对用户进行阅读鉴权操作。目前可以使用 {{fileId}} 变量来指代外部文件 ID。",
|
||||
"external_url": "文件访问 URL",
|
||||
"filename": "文件名",
|
||||
"folder_dataset": "文件夹",
|
||||
"rebuild_embedding_start_tip": "切换索引模型任务已开始",
|
||||
"rebuilding_index_count": "重建中索引数量:{{count}}",
|
||||
"tag": {
|
||||
"Add New": "新建",
|
||||
"Add_new_tag": "新建标签",
|
||||
"Edit_tag": "编辑标签",
|
||||
"add": "创建",
|
||||
"cancel": "取消选择",
|
||||
"delete_tag_confirm": "确定删除标签?",
|
||||
"manage": "标签管理",
|
||||
"searchOrAddTag": "搜索或添加标签",
|
||||
"tags": "标签"
|
||||
},
|
||||
"the_knowledge_base_has_indexes_that_are_being_trained_or_being_rebuilt": "知识库有训练中或正在重建的索引",
|
||||
"website_dataset": "Web 站点同步",
|
||||
"website_dataset_desc": "Web 站点同步允许你直接使用一个网页链接构建知识库",
|
||||
"collection": {
|
||||
"Create update time": "创建/更新时间",
|
||||
"Training type": "训练模式"
|
||||
},
|
||||
"filename": "文件名"
|
||||
}
|
||||
"website_dataset_desc": "Web 站点同步允许你直接使用一个网页链接构建知识库"
|
||||
}
|
||||
|
Reference in New Issue
Block a user