mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
Feat: pptx and xlsx loader (#1118)
* perf: plan tip * perf: upload size controller * feat: add image ttl index * feat: new upload file ux * remove file * feat: support read pptx * feat: support xlsx * fix: rerank docker flie
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"Action": "Action",
|
||||
"Add": "Add",
|
||||
"Add New": "Add",
|
||||
"All": "All",
|
||||
@@ -79,6 +80,7 @@
|
||||
"Create New": "Create",
|
||||
"Create Success": "Create Success",
|
||||
"Create Time": "Create time",
|
||||
"Creating": "Creating",
|
||||
"Custom Title": "Custom Title",
|
||||
"Delete": "Delete",
|
||||
"Delete Failed": "Delete Failed",
|
||||
@@ -191,6 +193,7 @@
|
||||
"Empty file tip": "The file content is empty. The file may be unreadable or pure image file content.",
|
||||
"File Content": "File Content",
|
||||
"File Name": "File Name",
|
||||
"File Size": "File Size",
|
||||
"File content can not be empty": "File content can not be empty",
|
||||
"Filename Can not Be Empty": "Filename Can not Be Empty",
|
||||
"Read File Error": "Read file error",
|
||||
@@ -198,6 +201,7 @@
|
||||
"Select failed": "Select file failed",
|
||||
"Select file amount limit": "A maximum of {{max}} files can be selected",
|
||||
"Select file amount limit 100": "You can select a maximum of 100 files at a time",
|
||||
"Some file count exceeds limit": "The number of files exceeding {{maxCount}} has been automatically intercepted",
|
||||
"Some file size exceeds limit": "Some files exceed: {{maxSize}}, have been filtered",
|
||||
"Support file type": "Support {{fileType}} files",
|
||||
"Support max count": "A maximum of {{maxCount}} files are supported.",
|
||||
@@ -620,7 +624,7 @@
|
||||
"file": "File",
|
||||
"folder": "Folder",
|
||||
"import": {
|
||||
"Auto mode Estimated Price Tips": "Enhanced processing calls the file processing model: {{price}} integral /1k Tokens",
|
||||
"Auto mode Estimated Price Tips": "Need to call the file processing model, need to consume more Tokens: {{price}} credits /1k Tokens",
|
||||
"Auto process": "Auto",
|
||||
"Auto process desc": "Automatically set segmentation and preprocessing rules",
|
||||
"CSV Import": "CSV QA Import",
|
||||
@@ -642,7 +646,7 @@
|
||||
"Data file progress": "Data upload progress",
|
||||
"Data process params": "Data process params",
|
||||
"Down load csv template": "Down load csv template",
|
||||
"Embedding Estimated Price Tips": "Index billing: {{price}}/1k Tokens",
|
||||
"Embedding Estimated Price Tips": "Use only the index model and consume a small amount of Tokens: {{price}} credits /1k Tokens",
|
||||
"Estimated Price": "Estimated Price: : {{amount}}{{unit}}",
|
||||
"Estimated Price Tips": "QA charges: {{charsPointsPrice}} points/1k Tokens",
|
||||
"Estimated points": "About {{points}} points",
|
||||
@@ -657,15 +661,19 @@
|
||||
"Import Failed": "Import Failed",
|
||||
"Import Success Tip": "The {{num}} group data is imported successfully. Please wait for training.",
|
||||
"Import Tip": "This task cannot be terminated and takes some time to generate indexes. Please confirm the import. If the balance is insufficient, the unfinished task will be suspended and can continue after topping up.",
|
||||
"Import success": "Import successful, please wait for training",
|
||||
"Link name": "Link name",
|
||||
"Link name placeholder": "Only static links are supported\nOne per line, up to 10 links at a time",
|
||||
"Local file": "Local file",
|
||||
"Local file desc": "Upload files in PDF, TXT, DOCX and other formats",
|
||||
"Only Show First 50 Chunk": "Show only part",
|
||||
"Preview chunks": "Chunks",
|
||||
"Preview raw text": "Preview file text (max show 10000 words)",
|
||||
"Predicted chunk": "Predicted chunk",
|
||||
"Predicted chunk amount": "Predicted chunks:{{amount}}",
|
||||
"Predicted total chars": "Predicted chars: {{total}}",
|
||||
"Preview chunks": "Preview chunks",
|
||||
"Preview raw text": "Preview file text (max show 3000 words)",
|
||||
"Process way": "Process way",
|
||||
"QA Estimated Price Tips": "QA billing: {{price}}/1k Tokens (including input and output)",
|
||||
"QA Estimated Price Tips": "Need to call the file processing model, need to consume more Tokens: {{price}} credits /1k Tokens",
|
||||
"QA Import": "QA Split",
|
||||
"QA Import Tip": "According to certain rules, the text is broken into a larger paragraph, and the AI is invoked to generate a question and answer pair for the paragraph.",
|
||||
"Re Preview": "RePreview",
|
||||
@@ -680,8 +688,8 @@
|
||||
"Total tokens": "Tokens",
|
||||
"Training mode": "Training mode",
|
||||
"Upload data": "Upload data",
|
||||
"Upload file progress": "File upload progress",
|
||||
"Upload status": "Upload status",
|
||||
"Upload file progress": "Upload state",
|
||||
"Upload status": "Status",
|
||||
"Upload success": "Upload success",
|
||||
"Web link": "Web link",
|
||||
"Web link desc": "Fetch static web content as a collection"
|
||||
@@ -1348,6 +1356,7 @@
|
||||
"Pay error": "Pay error",
|
||||
"Pay success": "Pay success",
|
||||
"Plan expired time": "Plan expired time",
|
||||
"Plan reset time": "Plan reset time",
|
||||
"Standard Plan Detail": "Standard Plan Detail",
|
||||
"To read plan": "Read plan",
|
||||
"bill": {
|
||||
|
Reference in New Issue
Block a user