mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
V4.6.9-first commit (#899)
* perf: insert mongo dataset data session * perf: dataset data index * remove delay * rename bill schema * rename bill record * perf: bill table * perf: prompt * perf: sub plan * change the usage count * feat: usage bill * publish usages * doc * 新增团队聊天功能 (#20) * perf: doc * feat 添加标签部分 feat 信息团队标签配置 feat 新增团队同步管理 feat team分享页面 feat 完成team分享页面 feat 实现模糊搜索 style 格式化 fix 修复迷糊匹配 style 样式修改 fix 团队标签功能修复 * fix 修复鉴权功能 * merge 合并代码 * fix 修复引用错误 * fix 修复pr问题 * fix 修复ts格式问题 --------- Co-authored-by: archer <545436317@qq.com> Co-authored-by: liuxingwan <liuxingwan.lxw@alibaba-inc.com> * update extra plan * fix: ts * format * perf: bill field * feat: standard plan * fix: ts * feat 个人账号页面修改 (#22) * feat 添加标签部分 feat 信息团队标签配置 feat 新增团队同步管理 feat team分享页面 feat 完成team分享页面 feat 实现模糊搜索 style 格式化 fix 修复迷糊匹配 style 样式修改 fix 团队标签功能修复 * fix 修复鉴权功能 * merge 合并代码 * fix 修复引用错误 * fix 修复pr问题 * fix 修复ts格式问题 * feat 修改个人账号页 --------- Co-authored-by: liuxingwan <liuxingwan.lxw@alibaba-inc.com> * sub plan page (#23) * fix chunk index; error page text * feat: dataset process Integral prediction * feat: stand plan field * feat: sub plan limit * perf: index * query extension * perf: share link push app name * perf: plan point unit * perf: get sub plan * perf: account page * feat 新增套餐详情弹窗代码 (#24) * merge 合并代码 * fix 新增套餐详情弹框 * fix 修复pr问题 * feat: change http node input to prompt editor (#21) * feat: change http node input to prompt editor * fix * split PromptEditor to HttpInput * Team plans (#25) * perf: pay check * perf: team plan test * plan limit check * replace sensitive text * perf: fix some null * collection null check * perf: plans modal * perf: http module * pacakge (#26) * individuation page and pay modal amount (#27) * feat: individuation page * team chat config * pay modal * plan count and replace invalid chars (#29) * fix: user oneapi * fix: training queue * fix: qa queue * perf: remove space chars * replace invalid chars * change httpinput dropdown menu (#28) * perf: http * reseet free plan * perf: plan code to packages * remove llm config to package * perf: code * perf: faq * fix: get team plan --------- Co-authored-by: yst <77910600+yu-and-liu@users.noreply.github.com> Co-authored-by: liuxingwan <liuxingwan.lxw@alibaba-inc.com> Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
1. 新增 - 知识库搜索合并模块。
|
||||
2. 新增 - 新的 Http 模块,支持更加灵活的参数传入。同时支持了输入输出自动数据类型转化,例如:接口输出的 JSON 类型会自动转成字符串类型,直接给其他模块使用。此外,还补充了一些例子,可在文档中查看。
|
||||
3. 优化 - 问题补全并入知识库搜索模块,无需单独配置。并且问题补全的同时,实现了问题扩展,丰富搜索的语义。(知识库模块会看到有2个参数配置,有一个是多余的,如果想让它消失,可以删除模块,重新增加一个)
|
||||
3. 优化 - 问题优化并入知识库搜索模块,无需单独配置。并且问题优化的同时,实现了问题扩展,丰富搜索的语义。(知识库模块会看到有2个参数配置,有一个是多余的,如果想让它消失,可以删除模块,重新增加一个)
|
||||
4. 修复 - 语音输入文件无法上传。
|
||||
5. 修复 - 对话框重新生成无法使用。
|
||||
6. [点击查看高级编排介绍文档](https://doc.fastgpt.in/docs/workflow/intro)
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"AI Settings": "AI Settings",
|
||||
"Advance App TestTip": "The current application is advanced editing mode \n. If you need to switch to [simple mode], please click the save button on the left",
|
||||
"App Detail": "App Detail",
|
||||
"Apps Share": "Apps Share",
|
||||
"Basic Settings": "Basic Settings",
|
||||
"Chat Debug": "Chat Debug",
|
||||
"Chat Logs Tips": "Logs record the app's online, shared, and API(chatId is existing) conversations",
|
||||
@@ -83,6 +84,7 @@
|
||||
"Delete Success": "Delete Successful",
|
||||
"Delete Tip": "Delete Confirm",
|
||||
"Delete Warning": "Warning",
|
||||
"Detail": "Detail",
|
||||
"Done": "Done",
|
||||
"Edit": "Edit",
|
||||
"Exit": "Exit",
|
||||
@@ -91,6 +93,9 @@
|
||||
"Filed is repeat": "Filed is repeated",
|
||||
"Filed is repeated": "",
|
||||
"Finish": "Finish",
|
||||
"Import": "Import",
|
||||
"Import failed": "Import failed",
|
||||
"Import success": "Import success",
|
||||
"Input": "Input",
|
||||
"Intro": "Intro",
|
||||
"Invalid Json": "Invalid Json",
|
||||
@@ -98,8 +103,6 @@
|
||||
"Last use time": "Last use time",
|
||||
"Load Failed": "Load Failed",
|
||||
"Loading": "Loading",
|
||||
"Max credit": "Credit",
|
||||
"Max credit tips": "What is the maximum amount of money that can be consumed by the link? If the link is exceeded, it will be banned. -1 indicates no limit.",
|
||||
"More settings": "More settings",
|
||||
"Name": "Name",
|
||||
"Name Can": "Name Can't Be Empty",
|
||||
@@ -110,6 +113,7 @@
|
||||
"Number of words": "{{amount}} words",
|
||||
"OK": "OK",
|
||||
"Opened": "Opened",
|
||||
"Other": "Other",
|
||||
"Output": "Output",
|
||||
"Params": "Params",
|
||||
"Password inconsistency": "Password inconsistency",
|
||||
@@ -132,17 +136,20 @@
|
||||
"Select template": "Select template",
|
||||
"Set Avatar": "Set Avatar",
|
||||
"Set Name": "Make a nice name",
|
||||
"Set Team Tags": "Set Team Tags",
|
||||
"Setting": "Setting",
|
||||
"Status": "Status",
|
||||
"Submit failed": "Submit failed",
|
||||
"Submit success": "Update Success",
|
||||
"Team": "Team",
|
||||
"Team Tags Set": "Team Tags",
|
||||
"Test": "Test",
|
||||
"Time": "Time",
|
||||
"Un used": "Unused",
|
||||
"UnKnow": "UnKnow",
|
||||
"UnKnow Source": "UnKnow Source",
|
||||
"Unlimited": "Unlimited",
|
||||
"Update": "Update",
|
||||
"Update Failed": "Update Failed",
|
||||
"Update Success": "Update Success",
|
||||
"Update Successful": "Update Successful",
|
||||
@@ -500,6 +507,7 @@
|
||||
"Manual collection": "Manual collection",
|
||||
"My Dataset": "My Dataset",
|
||||
"Name": "Name",
|
||||
"Query extension intro": "If the problem completion function is enabled, the accuracy of knowledge base search can be improved in continuous conversations. After this function is enabled, when searching the knowledge base, AI will be used to complete the missing information of the problem according to the conversation records.",
|
||||
"Quote Length": "Quote Length",
|
||||
"Read Dataset": "Read Dataset",
|
||||
"Search score tip": "{{scoreText}}Here are the rankings and scores:\n----\n{{detailScore}}",
|
||||
@@ -609,7 +617,8 @@
|
||||
"Down load csv template": "Down load csv template",
|
||||
"Embedding Estimated Price Tips": "Index billing: {{price}}/1k chars",
|
||||
"Estimated Price": "Estimated Price: : {{amount}}{{unit}}",
|
||||
"Estimated Price Tips": "QA charges\nInput: {{inputPrice}}/1k tokens\nOutput: {{outputPrice}}/1k tokens",
|
||||
"Estimated Price Tips": "QA charges\nInput: 1k chars={{charsPointsPrice}} points",
|
||||
"Estimated points": "About {{points}} points",
|
||||
"Fetch Error": "Get link failed",
|
||||
"Fetch Url": "Url",
|
||||
"Fetch url placeholder": "Up to 10 links, one per line.",
|
||||
@@ -679,7 +688,7 @@
|
||||
"Source name": "Source",
|
||||
"Top K": "Top K",
|
||||
"Using cfr": "Open query extension",
|
||||
"Using query extension": "",
|
||||
"Using query extension": "Open query extension",
|
||||
"mode": {
|
||||
"embedding": "Vector recall",
|
||||
"embedding desc": "Use vectors for text correlation queries",
|
||||
@@ -775,6 +784,7 @@
|
||||
"Unlink tip": "[{{name}}] An unfilled or unconnected parameter exists",
|
||||
"Variable": "Variables",
|
||||
"Variable Setting": "Variable Setting",
|
||||
"Variable import": "Variable import",
|
||||
"edit": {
|
||||
"Field Already Exist": "Key already exist",
|
||||
"Field Edit": "Field Edit"
|
||||
@@ -793,6 +803,8 @@
|
||||
"Histories": "histories",
|
||||
"Key already exists": "Key already exists",
|
||||
"Key cannot be empty": "Name cannot be empty",
|
||||
"OpenAPI import": "OpenAPI import",
|
||||
"OpenAPI import placeholder": "Please enter the OpenAPI format content, and the request information for the first interface will be extracted.",
|
||||
"Props name": "Name",
|
||||
"Props tip": "You can set parameters related to Http requests\nGlobal changes or external parameter inputs can be invoked by {{key}}",
|
||||
"Props value": "Value",
|
||||
@@ -843,8 +855,8 @@
|
||||
"dynamicTargetInput": "dynamic Target Input",
|
||||
"input": "Input",
|
||||
"selectApp": "App Selector",
|
||||
"selectChatModel": "Select Chat Model",
|
||||
"selectDataset": "Dataset Selector",
|
||||
"selectLLMModel": "Select Chat Model",
|
||||
"switch": "Switch",
|
||||
"target": "Target Data",
|
||||
"textarea": "Textarea"
|
||||
@@ -856,6 +868,7 @@
|
||||
"Ai response content": "Will be triggered after the stream reply is complete",
|
||||
"New context": "Concatenate the reply content with history and return it as a new context",
|
||||
"Quote": "Always return an array, if you want the search results to be empty to perform additional operations, you need to use the above two inputs and the trigger of the target module",
|
||||
"query extension result": "Output as an array of strings to connect the result directly to the 'Question' of the knowledge base search",
|
||||
"running done": "Triggered when the module call finish"
|
||||
},
|
||||
"label": {
|
||||
@@ -864,7 +877,7 @@
|
||||
"Quote": "Quote",
|
||||
"Search result empty": "Search result empty",
|
||||
"Search result not empty": "Search result not empty",
|
||||
"cfr result": "Response text",
|
||||
"query extension result": "Response text",
|
||||
"result false": "False",
|
||||
"result true": "True",
|
||||
"running done": "done",
|
||||
@@ -902,6 +915,7 @@
|
||||
"Tool module": "Tools",
|
||||
"UnKnow Module": "UnKnow Module",
|
||||
"User guide": "User guide",
|
||||
"http body placeholder": "Same syntax as APIFox",
|
||||
"textEditor": "Text Editor",
|
||||
"textEditor intro": "Output of fixed or incoming text after edit"
|
||||
},
|
||||
@@ -1103,6 +1117,7 @@
|
||||
"navbar": {
|
||||
"Account": "Account",
|
||||
"Apps": "App",
|
||||
"Apps Share": "",
|
||||
"Chat": "Chat",
|
||||
"Datasets": "DataSet",
|
||||
"Module": "Module",
|
||||
@@ -1157,6 +1172,9 @@
|
||||
"Update Your Plugin": "Update Plugin"
|
||||
},
|
||||
"support": {
|
||||
"account": {
|
||||
"Individuation": "Individuation"
|
||||
},
|
||||
"openapi": {
|
||||
"Api baseurl": "Baseurl",
|
||||
"Api manager": "API key management",
|
||||
@@ -1167,17 +1185,34 @@
|
||||
"Usage": "Usage"
|
||||
},
|
||||
"outlink": {
|
||||
"Max usage points": "Max usage",
|
||||
"Max usage points tip": "The maximum number of credits allowed for this link will not be used. -1 indicates no limit.",
|
||||
"Usage points": "Usage points",
|
||||
"share": {
|
||||
"Response Quote": "Show Quote",
|
||||
"Response Quote tips": "The referenced content is returned in the share link, but the user is not allowed to download the original document."
|
||||
}
|
||||
},
|
||||
"standard": {
|
||||
"AI Bonus Points": "AI Bonus Points",
|
||||
"Expired Time": "Expired Time",
|
||||
"Start Time": "Start Time",
|
||||
"storage": "storage",
|
||||
"type": "type"
|
||||
},
|
||||
"subscription": {
|
||||
"Cancel subscription": "Cancel"
|
||||
},
|
||||
"team": {
|
||||
"limit": {
|
||||
"No permission rerank": "Not permission to rerank, please upgrade your plan"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"Avatar": "Avatar",
|
||||
"Need to login": "Please log in first",
|
||||
"Price": "Price",
|
||||
"User self info": "My info",
|
||||
"auth": {
|
||||
"Sending Code": "Sending"
|
||||
},
|
||||
@@ -1192,40 +1227,72 @@
|
||||
}
|
||||
},
|
||||
"wallet": {
|
||||
"Amount": "Amount",
|
||||
"Balance not enough tip": "The balance is insufficient, please go to the account page first",
|
||||
"Bills": "Bill",
|
||||
"Buy": "Buy",
|
||||
"Buy more": "Buy more",
|
||||
"Confirm pay": "Confirm pay",
|
||||
"Pay error": "Pay error",
|
||||
"Pay success": "Pay success",
|
||||
"Standard Plan Detail": "Standard Plan Detail",
|
||||
"bill": {
|
||||
"AI Model": "AI Model",
|
||||
"AI Type": "AI Type",
|
||||
"Price": "Price(¥)"
|
||||
"Number": "Number",
|
||||
"Price": "Price(¥)",
|
||||
"Status": "Status",
|
||||
"Type": "Bill type",
|
||||
"payWay": {
|
||||
"Way": "Pay way",
|
||||
"balance": "Balance",
|
||||
"wx": "Wechat"
|
||||
},
|
||||
"status": {
|
||||
"closed": "CLOSED",
|
||||
"notpay": "NOT_PAY",
|
||||
"refund": "REFUND",
|
||||
"success": "SUCCESS"
|
||||
}
|
||||
},
|
||||
"moduleName": {
|
||||
"index": "Index Generation",
|
||||
"qa": "QA Generation"
|
||||
},
|
||||
"noBill": "Not Bills",
|
||||
"subscription": {
|
||||
"AI points": "AI points",
|
||||
"Ai points": "AI Points Standard",
|
||||
"Buy now": "Buy now",
|
||||
"Change will take effect after the current subscription expires": "Change will take effect after the current subscription expires",
|
||||
"Current dataset store": "Current dataset store subscription",
|
||||
"Current extra ai points": "Current extra points",
|
||||
"Current plan": "Current plan",
|
||||
"Dataset store": "Dataset store size",
|
||||
"Dataset store price tip": "Deduct it from the account balance on the 1st of each month",
|
||||
"Expand size": "Expand size",
|
||||
"Extra ai points": "Extra ai points",
|
||||
"Extra dataset size": "Extra dataset size",
|
||||
"Extra plan": "Extra Plan",
|
||||
"Extra plan tip": "When the standard plan is not enough, you can purchase an additional plan to continue using",
|
||||
"FAQ": "Pricing FAQs",
|
||||
"Month amount": "Month",
|
||||
"Next extra ai points": "Next extra points",
|
||||
"Next plan": "Future plan",
|
||||
"Next sub dataset size": "",
|
||||
"Nonsupport": "Nonsupport",
|
||||
"Refund plan and pay confirm": "There is no extra cost for you to switch this package and {{amount}} will be refunded to the balance.",
|
||||
"Stand plan level": "Sub plan",
|
||||
"Standard plan pay confirm": "To switch this package, you need to pay {{payPrice}} Yuan.",
|
||||
"Standard update fail": "Update plan failed.",
|
||||
"Standard update success": "Change subscription plan successful!",
|
||||
"Sub plan": "Pricing Plans",
|
||||
"Sub plan tip": "Use FastGPT for free or upgrade to a higher plan",
|
||||
"Team plan and usage": "Plan and usage",
|
||||
"Training weight": "Training weight: {{weight}}",
|
||||
"Update extra dataset size": "Update size",
|
||||
"Update extra ai points": "AI Points",
|
||||
"Update extra dataset size": "Dataset size",
|
||||
"Upgrade plan": "Upgrade plan",
|
||||
"function": {
|
||||
"History store": "",
|
||||
"Max app": "",
|
||||
@@ -1236,6 +1303,7 @@
|
||||
},
|
||||
"mode": {
|
||||
"Month": "Monthly",
|
||||
"Period": "Period",
|
||||
"Year": "Yearly",
|
||||
"Year sale": "2 months free"
|
||||
},
|
||||
@@ -1248,9 +1316,38 @@
|
||||
"team": ""
|
||||
},
|
||||
"type": {
|
||||
"balance": "Add Balance",
|
||||
"extraDatasetSize": "Extra dataset size",
|
||||
"standard": ""
|
||||
"extraPoints": "AI Points",
|
||||
"standard": "Sub plan"
|
||||
}
|
||||
},
|
||||
"usage": {
|
||||
"Ai model": "Ai Model",
|
||||
"App name": "App name",
|
||||
"Audio Speech": "Audio Speech",
|
||||
"Bill Module": "Bill Detail",
|
||||
"Chars length": "Chars length",
|
||||
"Data Length": "Data length",
|
||||
"Dataset store": "Dataset store",
|
||||
"Duration": "Duration(s)",
|
||||
"Extension Input Token Length": "Extension input tokens",
|
||||
"Extension Output Token Length": "Extension output tokens",
|
||||
"Extension result": "Extension result",
|
||||
"Input Token Length": "Input tokens",
|
||||
"Module name": "Module name",
|
||||
"Number": "Bill ID",
|
||||
"Output Token Length": "Output tokens",
|
||||
"ReRank": "ReRank",
|
||||
"Source": "Source",
|
||||
"Text Length": "Text length",
|
||||
"Time": "Time",
|
||||
"Token Length": "Tokens",
|
||||
"Total": "Total",
|
||||
"Total points": "AI points usage",
|
||||
"Usage Detail": "Usage Detail",
|
||||
"Whisper": "Whisper",
|
||||
"bill username": "User"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1292,6 +1389,7 @@
|
||||
"Set OpenAI Account Failed": "Set OpenAI account failed",
|
||||
"Sign Out": "Sign Out",
|
||||
"Source": "Source",
|
||||
"Standard Detail": "",
|
||||
"Team": "Team",
|
||||
"Time": "Time",
|
||||
"Timezone": "Timezone",
|
||||
@@ -1339,7 +1437,11 @@
|
||||
"Select Team": "Select Team",
|
||||
"Set Name": "Team Name",
|
||||
"Switch Team Failed": "Switch Team Failed",
|
||||
"Tags Async": "Tag synchronization",
|
||||
"Team Name": "Team Name",
|
||||
"Team Tags Async": "Team Tags Async",
|
||||
"Team Tags Async Success": "Team Tags Async Success",
|
||||
"Team Tags Async Tip": "Fill in the tag sync connection to get the latest",
|
||||
"Update Team": "Update Team",
|
||||
"invite": {
|
||||
"Accept Confirm": "Want to join the team?",
|
||||
@@ -1364,37 +1466,5 @@
|
||||
"Visitor": "Visitor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"wallet": {
|
||||
"bill": {
|
||||
"Ai model": "Ai Model",
|
||||
"App name": "App name",
|
||||
"Audio Speech": "Audio Speech",
|
||||
"Bill Module": "Bill Detail",
|
||||
"Chars length": "Chars length",
|
||||
"Data Length": "Data length",
|
||||
"Dataset store": "",
|
||||
"Duration": "Duration(s)",
|
||||
"Extension Input Token Length": "Extension input tokens",
|
||||
"Extension Output Token Length": "Extension output tokens",
|
||||
"Extension result": "Extension result",
|
||||
"Input Token Length": "Input tokens",
|
||||
"Module name": "Module name",
|
||||
"Next Step Guide": "",
|
||||
"Number": "Bill ID",
|
||||
"Output Token Length": "Output tokens",
|
||||
"ReRank": "ReRank",
|
||||
"Source": "Source",
|
||||
"Text Length": "Text length",
|
||||
"Time": "Time",
|
||||
"Token Length": "Tokens",
|
||||
"Total": "Total",
|
||||
"Whisper": "Whisper",
|
||||
"bill username": "User"
|
||||
},
|
||||
"moduleName": {
|
||||
"index": "Index Generation",
|
||||
"qa": "QA Generation"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"AI Settings": "AI 配置",
|
||||
"Advance App TestTip": "当前应用可能为高级编排模式\n如需切换为【简易模式】请点击左侧保存按键",
|
||||
"App Detail": "应用详情",
|
||||
"Apps Share": "应用分享",
|
||||
"Basic Settings": "基本信息",
|
||||
"Chat Debug": "调试预览",
|
||||
"Chat Logs Tips": "日志会记录该应用的在线、分享和 API(需填写 chatId) 对话记录",
|
||||
@@ -83,6 +84,7 @@
|
||||
"Delete Success": "删除成功",
|
||||
"Delete Tip": "删除提示",
|
||||
"Delete Warning": "删除警告",
|
||||
"Detail": "详情",
|
||||
"Done": "完成",
|
||||
"Edit": "编辑",
|
||||
"Exit": "退出",
|
||||
@@ -91,6 +93,9 @@
|
||||
"Filed is repeat": "",
|
||||
"Filed is repeated": "字段重复了",
|
||||
"Finish": "完成",
|
||||
"Import": "导入",
|
||||
"Import failed": "导入失败",
|
||||
"Import success": "导入成功",
|
||||
"Input": "输入",
|
||||
"Intro": "介绍",
|
||||
"Invalid Json": "无效的JSON格式,请注意检查。",
|
||||
@@ -98,8 +103,6 @@
|
||||
"Last use time": "最后使用时间",
|
||||
"Load Failed": "加载失败",
|
||||
"Loading": "加载中...",
|
||||
"Max credit": "最大金额",
|
||||
"Max credit tips": "该链接最大可消耗多少金额,超出后链接将被禁止使用。-1 代表无限制。",
|
||||
"More settings": "更多设置",
|
||||
"Name": "名称",
|
||||
"Name Can": "名称不能为空",
|
||||
@@ -110,6 +113,7 @@
|
||||
"Number of words": "{{amount}}字",
|
||||
"OK": "好的",
|
||||
"Opened": "已开启",
|
||||
"Other": "其他",
|
||||
"Output": "输出",
|
||||
"Params": "参数",
|
||||
"Password inconsistency": "两次密码不一致",
|
||||
@@ -132,17 +136,20 @@
|
||||
"Select template": "选择模板",
|
||||
"Set Avatar": "点击设置头像",
|
||||
"Set Name": "取个名字",
|
||||
"Set Team Tags": "团队标签",
|
||||
"Setting": "设置",
|
||||
"Status": "状态",
|
||||
"Submit failed": "提交失败",
|
||||
"Submit success": "提交成功",
|
||||
"Team": "团队",
|
||||
"Team Tags Set": "标签",
|
||||
"Test": "测试",
|
||||
"Time": "时间",
|
||||
"Un used": "未使用",
|
||||
"UnKnow": "未知",
|
||||
"UnKnow Source": "未知来源",
|
||||
"Unlimited": "无限制",
|
||||
"Update": "更新",
|
||||
"Update Failed": "更新异常",
|
||||
"Update Success": "更新成功",
|
||||
"Update Successful": "更新成功",
|
||||
@@ -402,7 +409,7 @@
|
||||
"Stop Speak": "停止录音",
|
||||
"Type a message": "输入问题",
|
||||
"Unpin": "取消置顶",
|
||||
"You need to a chat app": "你需要创建一个应用",
|
||||
"You need to a chat app": "鉴权失败,暂无权限访问应用",
|
||||
"error": {
|
||||
"Chat error": "对话出现异常",
|
||||
"Messages empty": "接口内容为空,可能文本超长了~",
|
||||
@@ -434,7 +441,7 @@
|
||||
},
|
||||
"response": {
|
||||
"Complete Response": "完整响应",
|
||||
"Extension model": "问题补全模型",
|
||||
"Extension model": "问题优化模型",
|
||||
"Plugin Resonse Detail": "插件详情",
|
||||
"Read complete response": "查看详情",
|
||||
"Read complete response tips": "点击查看详细流程",
|
||||
@@ -500,6 +507,7 @@
|
||||
"Manual collection": "手动数据集",
|
||||
"My Dataset": "我的知识库",
|
||||
"Name": "知识库名称",
|
||||
"Query extension intro": "开启问题优化功能,可以提高提高连续对话时,知识库搜索的精度。开启该功能后,在进行知识库搜索时,会根据对话记录,利用 AI 补全问题缺失的信息。",
|
||||
"Quote Length": "引用内容长度",
|
||||
"Read Dataset": "查看知识库详情",
|
||||
"Search score tip": "{{scoreText}}下面是详细排名和得分情况:\n----\n{{detailScore}}",
|
||||
@@ -551,7 +559,8 @@
|
||||
"success": "开始同步"
|
||||
}
|
||||
},
|
||||
"training": {}
|
||||
"training": {
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "辅助数据",
|
||||
@@ -560,7 +569,7 @@
|
||||
"Data Content": "相关数据内容",
|
||||
"Data Content Placeholder": "该输入框是必填项,该内容通常是对于知识点的描述,也可以是用户的问题,最多 {{maxToken}} 字。",
|
||||
"Data Content Tip": "该输入框是必填项\n该内容通常是对于知识点的描述,也可以是用户的问题。",
|
||||
"Default Index Tip": "无法编辑,默认索引会使用【相关数据内容】与【辅助数据】的文本直接生成索引,如不需要默认索引,可删除。 每条数据必须保证有一个以上索引,所有索引被删除后,会自动生成默认索引。",
|
||||
"Default Index Tip": "无法编辑,默认索引会使用【相关数据内容】与【辅助数据】的文本直接生成索引。",
|
||||
"Edit": "编辑数据",
|
||||
"Empty Tip": "这个集合还没有数据~",
|
||||
"Main Content": "主要内容",
|
||||
@@ -608,9 +617,10 @@
|
||||
"Data file progress": "数据上传进度",
|
||||
"Data process params": "数据处理参数",
|
||||
"Down load csv template": "点击下载 CSV 模板",
|
||||
"Embedding Estimated Price Tips": "索引计费: {{price}}/1k字符",
|
||||
"Embedding Estimated Price Tips": "索引计费: {{price}}积分/1k字符",
|
||||
"Estimated Price": "预估价格: {{amount}}{{unit}}",
|
||||
"Estimated Price Tips": "QA计费为\n输入: {{inputPrice}}/1k tokens\n输出: {{outputPrice}}/1k tokens",
|
||||
"Estimated Price Tips": "QA计费为\n输入: 1k字符 = {{charsPointsPrice}}积分",
|
||||
"Estimated points": "预估消耗 {{points}} 积分",
|
||||
"Fetch Error": "获取链接失败",
|
||||
"Fetch Url": "网络链接",
|
||||
"Fetch url placeholder": "最多10个链接,每行一个。",
|
||||
@@ -630,7 +640,7 @@
|
||||
"Preview chunks": "分段预览",
|
||||
"Preview raw text": "预览源文本(最多展示10000字)",
|
||||
"Process way": "处理方式",
|
||||
"QA Estimated Price Tips": "QA计费为: {{price}}元/1k 字符(包含输入和输出)",
|
||||
"QA Estimated Price Tips": "QA计费为: {{price}}积分/1k 字符(包含输入和输出)",
|
||||
"QA Import": "QA拆分",
|
||||
"QA Import Tip": "根据一定规则,将文本拆成一段较大的段落,调用 AI 为该段落生成问答对。",
|
||||
"Re Preview": "重新生成预览",
|
||||
@@ -680,7 +690,7 @@
|
||||
"Source name": "引用来源名",
|
||||
"Top K": "单次搜索上限",
|
||||
"Using cfr": "",
|
||||
"Using query extension": "使用问题补全",
|
||||
"Using query extension": "使用问题优化",
|
||||
"mode": {
|
||||
"embedding": "语义检索",
|
||||
"embedding desc": "使用向量进行文本相关性查询",
|
||||
@@ -776,6 +786,7 @@
|
||||
"Unlink tip": "【{{name}}】存在未填或未连接参数",
|
||||
"Variable": "全局变量",
|
||||
"Variable Setting": "变量设置",
|
||||
"Variable import": "外部参数输入",
|
||||
"edit": {
|
||||
"Field Already Exist": "key 重复",
|
||||
"Field Edit": "字段编辑"
|
||||
@@ -794,6 +805,8 @@
|
||||
"Histories": "历史纪录,最多取10条",
|
||||
"Key already exists": "Key 已经存在",
|
||||
"Key cannot be empty": "参数名不能为空",
|
||||
"OpenAPI import": "OpenAPI 导入",
|
||||
"OpenAPI import placeholder": "请输入 OpenAPI 格式内容,将会提取第一个接口的请求信息。",
|
||||
"Props name": "参数名",
|
||||
"Props tip": "可以设置 Http 请求的相关参数\n可通过 {{key}} 来调用全局变了或外部参数输入,当前可使用变量:\n{{variable}}",
|
||||
"Props value": "参数值",
|
||||
@@ -844,8 +857,8 @@
|
||||
"dynamicTargetInput": "动态外部数据",
|
||||
"input": "输入框",
|
||||
"selectApp": "应用选择",
|
||||
"selectChatModel": "对话模型选择",
|
||||
"selectDataset": "知识库选择",
|
||||
"selectLLMModel": "对话模型选择",
|
||||
"switch": "开关",
|
||||
"target": "外部数据",
|
||||
"textarea": "段落输入"
|
||||
@@ -857,6 +870,7 @@
|
||||
"Ai response content": "将在 stream 回复完毕后触发",
|
||||
"New context": "将本次回复内容拼接上历史记录,作为新的上下文返回",
|
||||
"Quote": "始终返回数组,如果希望搜索结果为空时执行额外操作,需要用到上面的两个输入以及目标模块的触发器",
|
||||
"query extension result": "以字符串数组的形式输出,可将该结果直接连接到“知识库搜索”的“用户问题”中,建议不要连接到“AI对话”的“用户问题”中",
|
||||
"running done": "模块调用结束时触发"
|
||||
},
|
||||
"label": {
|
||||
@@ -865,7 +879,7 @@
|
||||
"Quote": "引用内容",
|
||||
"Search result empty": "搜索结果为空",
|
||||
"Search result not empty": "搜索结果不为空",
|
||||
"cfr result": "补全结果",
|
||||
"query extension result": "优化结果",
|
||||
"result false": "False",
|
||||
"result true": "True",
|
||||
"running done": "模块调用结束",
|
||||
@@ -892,8 +906,8 @@
|
||||
"Http request": "HTTP 请求",
|
||||
"Http request intro": "可以发出一个 HTTP 请求,实现更为复杂的操作(联网搜索、数据库查询等)",
|
||||
"My plugin module": "个人插件",
|
||||
"Query extension": "问题补全",
|
||||
"Query extension intro": "开启问题补全功能,可以提高提高连续对话时,知识库搜索的精度。开启该功能后,在进行知识库搜索时,会根据对话记录,利用 AI 补全问题缺失的信息。",
|
||||
"Query extension": "问题优化",
|
||||
"Query extension intro": "使用问题优化功能,可以提高知识库连续对话时搜索的精度。使用该功能后,会先利用 AI 根据上下文构建一个或多个新的检索词,这些检索词更利于进行知识库搜索。该模块已内置在知识库搜索模块中,如果您仅进行一次知识库搜索,可直接使用知识库内置的补全功能。",
|
||||
"Response module": "文本输出",
|
||||
"Running app": "应用调用",
|
||||
"Running app intro": "可以选择一个其他应用进行调用",
|
||||
@@ -903,6 +917,7 @@
|
||||
"Tool module": "工具",
|
||||
"UnKnow Module": "未知模块",
|
||||
"User guide": "用户引导",
|
||||
"http body placeholder": "与APIFox相同的语法",
|
||||
"textEditor": "文本加工",
|
||||
"textEditor intro": "可对固定或传入的文本进行加工后输出,非字符串类型数据最终会转成字符串类型。"
|
||||
},
|
||||
@@ -1104,6 +1119,7 @@
|
||||
"navbar": {
|
||||
"Account": "账号",
|
||||
"Apps": "应用",
|
||||
"Apps Share": "应用分享",
|
||||
"Chat": "聊天",
|
||||
"Datasets": "知识库",
|
||||
"Module": "模块",
|
||||
@@ -1158,6 +1174,9 @@
|
||||
"Update Your Plugin": "更新插件"
|
||||
},
|
||||
"support": {
|
||||
"account": {
|
||||
"Individuation": "个性化"
|
||||
},
|
||||
"openapi": {
|
||||
"Api baseurl": "API根地址",
|
||||
"Api manager": "API 秘钥管理",
|
||||
@@ -1168,17 +1187,34 @@
|
||||
"Usage": "已用额度(¥)"
|
||||
},
|
||||
"outlink": {
|
||||
"Max usage points": "积分上限",
|
||||
"Max usage points tip": "该链接最多允许使用多少积分,超出后将无法使用。-1 代表无限制。",
|
||||
"Usage points": "积分消耗",
|
||||
"share": {
|
||||
"Response Quote": "返回引用",
|
||||
"Response Quote tips": "在分享链接中返回引用内容,但不会允许用户下载原文档"
|
||||
}
|
||||
},
|
||||
"standard": {
|
||||
"AI Bonus Points": "AI 积分",
|
||||
"Expired Time": "结束时间",
|
||||
"Start Time": "开始时间",
|
||||
"storage": "存储量",
|
||||
"type": "类型"
|
||||
},
|
||||
"subscription": {
|
||||
"Cancel subscription": "取消订阅"
|
||||
},
|
||||
"team": {
|
||||
"limit": {
|
||||
"No permission rerank": "无权使用结果重排,请升级您的套餐"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"Avatar": "头像",
|
||||
"Need to login": "请先登录",
|
||||
"Price": "计费标准",
|
||||
"User self info": "个人信息",
|
||||
"auth": {
|
||||
"Sending Code": "正在发送"
|
||||
},
|
||||
@@ -1193,65 +1229,127 @@
|
||||
}
|
||||
},
|
||||
"wallet": {
|
||||
"Amount": "金额",
|
||||
"Balance not enough tip": "余额不足,请先到账号页充值",
|
||||
"Bills": "账单",
|
||||
"Buy": "购买",
|
||||
"Buy more": "扩容",
|
||||
"Confirm pay": "支付确认",
|
||||
"Pay error": "支付失败",
|
||||
"Pay success": "支付成功",
|
||||
"Standard Plan Detail": "套餐详情",
|
||||
"bill": {
|
||||
"AI Model": "AI 模型",
|
||||
"AI Type": "AI 类型",
|
||||
"Price": "价格(¥)"
|
||||
"Number": "订单号",
|
||||
"Price": "价格(¥)",
|
||||
"Status": "状态",
|
||||
"Type": "订单类型",
|
||||
"payWay": {
|
||||
"Way": "支付方式",
|
||||
"balance": "余额支付",
|
||||
"wx": "微信支付"
|
||||
},
|
||||
"status": {
|
||||
"closed": "已关闭",
|
||||
"notpay": "未支付",
|
||||
"refund": "已退款",
|
||||
"success": "支付成功"
|
||||
}
|
||||
},
|
||||
"moduleName": {
|
||||
"index": "索引生成",
|
||||
"qa": "QA 拆分"
|
||||
},
|
||||
"noBill": "无账单记录~",
|
||||
"subscription": {
|
||||
"AI points": "AI积分",
|
||||
"Ai points": "AI 积分计算标准",
|
||||
"Buy now": "开始使用",
|
||||
"Buy now": "切换套餐",
|
||||
"Change will take effect after the current subscription expires": "更新成功。将会再下个订阅周期生效。",
|
||||
"Current dataset store": "当前额外容量",
|
||||
"Current plan": "当前计划",
|
||||
"Current extra ai points": "当前额外积分",
|
||||
"Current plan": "当前套餐",
|
||||
"Dataset store": "知识库容量",
|
||||
"Dataset store price tip": "每月1号从账号余额里扣除",
|
||||
"Expand size": "扩大容量",
|
||||
"Extra ai points": "额外AI积分",
|
||||
"Extra dataset size": "额外知识库容量",
|
||||
"Extra plan": "额外套餐",
|
||||
"Extra plan tip": "标准套餐不够时,您可以购买额外套餐继续使用",
|
||||
"Extra plan": "额外资源包",
|
||||
"Extra plan tip": "标准套餐不够时,您可以购买额外资源包继续使用",
|
||||
"FAQ": "常见问题",
|
||||
"Next plan": "未来计划",
|
||||
"Month amount": "月数",
|
||||
"Next extra ai points": "下次额外积分",
|
||||
"Next plan": "未来套餐",
|
||||
"Next sub dataset size": "下次订阅额外容量",
|
||||
"Nonsupport": "无法切换",
|
||||
"Refund plan and pay confirm": "切换该套餐您无需支付额外费用,并将退换 {{amount}} 元至余额中。",
|
||||
"Stand plan level": "订阅套餐",
|
||||
"Standard plan pay confirm": "切换该套餐,您本次需要补充支付 {{payPrice}} 元。",
|
||||
"Standard update fail": "修改订阅套餐异常",
|
||||
"Standard update success": "变更订阅套餐成功!",
|
||||
"Sub plan": "订阅套餐",
|
||||
"Sub plan tip": "免费使用 FastGPT 或升级更高的套餐",
|
||||
"Team plan and usage": "套餐与用量",
|
||||
"Training weight": "训练优先级: {{weight}}",
|
||||
"Update extra dataset size": "调整知识库额外容量",
|
||||
"Update extra ai points": "额外AI积分",
|
||||
"Update extra dataset size": "额外存储量",
|
||||
"Upgrade plan": "升级套餐",
|
||||
"function": {
|
||||
"History store": "{{amount}} 天对话记录保留",
|
||||
"Max app": "{{amount}} 个应用与插件",
|
||||
"Max dataset": "{{amount}} 个知识库",
|
||||
"Max dataset size": "{{amount}} 组知识库数据",
|
||||
"Max dataset size": "{{amount}} 组知识库索引",
|
||||
"Max members": "{{amount}} 个团队成员",
|
||||
"Points": "{{amount}}万AI积分"
|
||||
"Points": "{{amount}} AI积分"
|
||||
},
|
||||
"mode": {
|
||||
"Month": "按月",
|
||||
"Period": "订阅周期",
|
||||
"Year": "按年",
|
||||
"Year sale": "赠送两个月"
|
||||
},
|
||||
"standardSubLevel": {
|
||||
"enterprise": "企业版",
|
||||
"experience": "体验版",
|
||||
"experience desc": "可使用 {{title}} 的完整功能",
|
||||
"experience desc": "",
|
||||
"free": "免费版",
|
||||
"free desc": "每月均可免费使用 {{title}} 的基础功能",
|
||||
"free desc": "每月均可免费使用基础功能,15天不活跃时,将会清除知识库",
|
||||
"team": "团队版"
|
||||
},
|
||||
"type": {
|
||||
"balance": "余额充值",
|
||||
"extraDatasetSize": "知识库扩容",
|
||||
"extraPoints": "AI积分套餐",
|
||||
"standard": "套餐订阅"
|
||||
}
|
||||
},
|
||||
"usage": {
|
||||
"Ai model": "AI模型",
|
||||
"App name": "应用名",
|
||||
"Audio Speech": "语音播报",
|
||||
"Bill Module": "扣费模块",
|
||||
"Chars length": "文本长度",
|
||||
"Data Length": "数据长度",
|
||||
"Dataset store": "知识库存储",
|
||||
"Duration": "时长(秒)",
|
||||
"Extension Input Token Length": "问题优化输入Tokens",
|
||||
"Extension Output Token Length": "问题优化输出Tokens",
|
||||
"Extension result": "问题优化结果",
|
||||
"Input Token Length": "输入 Tokens",
|
||||
"Module name": "模块名",
|
||||
"Number": "",
|
||||
"Output Token Length": "输出 Tokens",
|
||||
"ReRank": "结果重排",
|
||||
"Source": "来源",
|
||||
"Text Length": "文本长度",
|
||||
"Time": "生成时间",
|
||||
"Token Length": "Token长度",
|
||||
"Total": "总金额",
|
||||
"Total points": "AI积分消耗",
|
||||
"Usage Detail": "使用详情",
|
||||
"Whisper": "语音输入",
|
||||
"bill username": "用户"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1293,6 +1391,7 @@
|
||||
"Set OpenAI Account Failed": "设置 OpenAI 账号异常",
|
||||
"Sign Out": "登出",
|
||||
"Source": "来源",
|
||||
"Standard Detail": "",
|
||||
"Team": "团队",
|
||||
"Time": "时间",
|
||||
"Timezone": "时区",
|
||||
@@ -1340,7 +1439,11 @@
|
||||
"Select Team": "团队选择",
|
||||
"Set Name": "给团队取个名字",
|
||||
"Switch Team Failed": "切换团队异常",
|
||||
"Tags Async": "保存",
|
||||
"Team Name": "团队名",
|
||||
"Team Tags Async": "标签同步",
|
||||
"Team Tags Async Success": "链接报错成功,标签信息更新",
|
||||
"Team Tags Async Tip": "填写标签同步连接,获取最新",
|
||||
"Update Team": "更新团队信息",
|
||||
"invite": {
|
||||
"Accept Confirm": "确认加入该团队?",
|
||||
@@ -1365,37 +1468,5 @@
|
||||
"Visitor": "访客"
|
||||
}
|
||||
}
|
||||
},
|
||||
"wallet": {
|
||||
"bill": {
|
||||
"Ai model": "AI模型",
|
||||
"App name": "应用名",
|
||||
"Audio Speech": "语音播报",
|
||||
"Bill Module": "扣费模块",
|
||||
"Chars length": "文本长度",
|
||||
"Data Length": "数据长度",
|
||||
"Dataset store": "知识库存储",
|
||||
"Duration": "时长(秒)",
|
||||
"Extension Input Token Length": "问题补全输入Tokens",
|
||||
"Extension Output Token Length": "问题补全输出Tokens",
|
||||
"Extension result": "问题补全结果",
|
||||
"Input Token Length": "输入 Tokens",
|
||||
"Module name": "模块名",
|
||||
"Next Step Guide": "下一步指引",
|
||||
"Number": "订单号",
|
||||
"Output Token Length": "输出 Tokens",
|
||||
"ReRank": "结果重排",
|
||||
"Source": "来源",
|
||||
"Text Length": "文本长度",
|
||||
"Time": "生成时间",
|
||||
"Token Length": "Token长度",
|
||||
"Total": "总金额",
|
||||
"Whisper": "语音输入",
|
||||
"bill username": "用户"
|
||||
},
|
||||
"moduleName": {
|
||||
"index": "索引生成",
|
||||
"qa": "QA 拆分"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user