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