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:
Archer
2024-08-05 12:08:46 +08:00
committed by GitHub
parent 56f6e69bc7
commit fe71efbbd2
46 changed files with 1914 additions and 112 deletions

View File

@@ -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",

View 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"
}