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",
|
||||
|
Reference in New Issue
Block a user