mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user