mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 15:54:11 +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": "操作",
|
||||
"Add": "添加",
|
||||
"Add New": "新增",
|
||||
"All": "全部",
|
||||
@@ -79,6 +80,7 @@
|
||||
"Create New": "新建",
|
||||
"Create Success": "创建成功",
|
||||
"Create Time": "创建时间",
|
||||
"Creating": "创建中",
|
||||
"Custom Title": "自定义标题",
|
||||
"Delete": "删除",
|
||||
"Delete Failed": "删除失败",
|
||||
@@ -191,6 +193,7 @@
|
||||
"Empty file tip": "文件内容为空,可能该文件无法读取或为纯图片文件内容。",
|
||||
"File Content": "文件内容",
|
||||
"File Name": "文件名",
|
||||
"File Size": "文件大小",
|
||||
"File content can not be empty": "文件内容不能为空",
|
||||
"Filename Can not Be Empty": "文件名不能为空",
|
||||
"Read File Error": "解析文件失败",
|
||||
@@ -198,6 +201,7 @@
|
||||
"Select failed": "选择文件异常",
|
||||
"Select file amount limit": "最多选择 {{max}} 个文件",
|
||||
"Select file amount limit 100": "每次最多选择100个文件",
|
||||
"Some file count exceeds limit": "超出{{maxCount}}个文件,已自动截取",
|
||||
"Some file size exceeds limit": "部分文件超出: {{maxSize}},已被过滤",
|
||||
"Support file type": "支持 {{fileType}} 类型文件",
|
||||
"Support max count": "最多支持 {{maxCount}} 个文件。",
|
||||
@@ -622,7 +626,7 @@
|
||||
"file": "文件",
|
||||
"folder": "目录",
|
||||
"import": {
|
||||
"Auto mode Estimated Price Tips": "增强处理需调用文件处理模型: {{price}}积分/1k Tokens",
|
||||
"Auto mode Estimated Price Tips": "需调用文件处理模型,需要消耗较多Tokens: {{price}}积分/1k Tokens",
|
||||
"Auto process": "自动",
|
||||
"Auto process desc": "自动设置分割和预处理规则",
|
||||
"CSV Import": "CSV 导入",
|
||||
@@ -644,7 +648,7 @@
|
||||
"Data file progress": "数据上传进度",
|
||||
"Data process params": "数据处理参数",
|
||||
"Down load csv template": "点击下载 CSV 模板",
|
||||
"Embedding Estimated Price Tips": "索引计费: {{price}}积分/1k Tokens",
|
||||
"Embedding Estimated Price Tips": "仅使用索引模型,消耗少量Tokens: {{price}}积分/1k Tokens",
|
||||
"Estimated Price": "预估价格: {{amount}}{{unit}}",
|
||||
"Estimated Price Tips": "QA计费为\n输入: {{charsPointsPrice}}积分/1k Tokens",
|
||||
"Estimated points": "预估消耗 {{points}} 积分",
|
||||
@@ -659,15 +663,19 @@
|
||||
"Import Failed": "导入文件失败",
|
||||
"Import Success Tip": "共成功导入 {{num}} 组数据,请耐心等待训练.",
|
||||
"Import Tip": "该任务无法终止,需要一定时间生成索引,请确认导入。如果余额不足,未完成的任务会被暂停,充值后可继续进行。",
|
||||
"Import success": "导入成功,请等待训练",
|
||||
"Link name": "网络链接",
|
||||
"Link name placeholder": "仅支持静态链接,如果上传后数据为空,可能该链接无法被读取\n每行一个,每次最多 10 个链接",
|
||||
"Local file": "本地文件",
|
||||
"Local file desc": "上传 PDF, TXT, DOCX 等格式的文件",
|
||||
"Only Show First 50 Chunk": "仅展示部分",
|
||||
"Preview chunks": "分段预览",
|
||||
"Preview raw text": "预览源文本(最多展示10000字)",
|
||||
"Predicted chunk": "预估分段",
|
||||
"Predicted chunk amount": "预估分段:{{amount}}",
|
||||
"Predicted total chars": "预估字数: {{total}}",
|
||||
"Preview chunks": "预览分段(最多5段)",
|
||||
"Preview raw text": "预览源文本(最多3000字)",
|
||||
"Process way": "处理方式",
|
||||
"QA Estimated Price Tips": "QA计费为: {{price}}积分/1k Tokens(包含输入和输出)",
|
||||
"QA Estimated Price Tips": "需调用文件处理模型,需要消耗较多Tokens: {{price}}积分/1k Tokens",
|
||||
"QA Import": "QA拆分",
|
||||
"QA Import Tip": "根据一定规则,将文本拆成一段较大的段落,调用 AI 为该段落生成问答对。有非常高的检索精度,但是会丢失很多内容细节。",
|
||||
"Re Preview": "重新生成预览",
|
||||
@@ -683,7 +691,7 @@
|
||||
"Training mode": "训练模式",
|
||||
"Upload data": "上传数据",
|
||||
"Upload file progress": "文件上传进度",
|
||||
"Upload status": "上传状态",
|
||||
"Upload status": "状态",
|
||||
"Upload success": "上传成功",
|
||||
"Web link": "网页链接",
|
||||
"Web link desc": "读取静态网页内容作为数据集"
|
||||
@@ -1350,6 +1358,7 @@
|
||||
"Pay error": "支付失败",
|
||||
"Pay success": "支付成功",
|
||||
"Plan expired time": "套餐到期时间",
|
||||
"Plan reset time": "套餐重置时间",
|
||||
"Standard Plan Detail": "套餐详情",
|
||||
"To read plan": "查看套餐",
|
||||
"bill": {
|
||||
@@ -1407,7 +1416,7 @@
|
||||
"Standard update fail": "修改订阅套餐异常",
|
||||
"Standard update success": "变更订阅套餐成功!",
|
||||
"Sub plan": "订阅套餐",
|
||||
"Sub plan tip": "免费使用 FastGPT 或升级更高的套餐",
|
||||
"Sub plan tip": "免费使用 {{title}} 或升级更高的套餐",
|
||||
"Team plan and usage": "套餐与用量",
|
||||
"Training weight": "训练优先级: {{weight}}",
|
||||
"Update extra ai points": "额外AI积分",
|
||||
|
Reference in New Issue
Block a user