mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
v4.5 (#403)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
### Fast GPT V4.4.7
|
||||
### Fast GPT V4.5.0
|
||||
|
||||
1. 优化数据集管理,区分手动录入和标注,可追数据至某个文件,保留链接读取的原始链接。
|
||||
2. [使用文档](https://doc.fastgpt.run/docs/intro/)
|
||||
3. [点击查看高级编排介绍文档](https://doc.fastgpt.run/docs/workflow)
|
||||
4. [点击查看商业版](https://doc.fastgpt.run/docs/commercial/)
|
||||
1. 新增 - 升级 PgVector 插件,引入 HNSW 索引,极大加快的知识库搜索速度。
|
||||
2. 新增 - AI对话模块,增加【返回AI内容】选项,可控制 AI 的内容不直接返回浏览器。
|
||||
3. 优化 - TextSplitter,采用递归拆解法。
|
||||
4. 优化 - 高级编排 UX 性能
|
||||
5. 优化数据集管理,区分手动录入和标注,可追数据至某个文件,保留链接读取的原始链接。
|
||||
6. [使用文档](https://doc.fastgpt.run/docs/intro/)
|
||||
7. [点击查看高级编排介绍文档](https://doc.fastgpt.run/docs/workflow)
|
||||
8. [点击查看商业版](https://doc.fastgpt.run/docs/commercial/)
|
||||
|
@@ -39,7 +39,7 @@
|
||||
"My Apps": "My Apps",
|
||||
"Output Field Settings": "Output Field Settings",
|
||||
"Paste Config": "Paste Config",
|
||||
"Quote Prompt Settings": "Quote Prompt Settings",
|
||||
"AI Settings": "AI Settings",
|
||||
"Variable Key Repeat Tip": "Variable Key Repeat",
|
||||
"module": {
|
||||
"Custom Title Tip": "The title name is displayed during the conversation"
|
||||
|
@@ -39,7 +39,7 @@
|
||||
"My Apps": "我的应用",
|
||||
"Output Field Settings": "输出字段编辑",
|
||||
"Paste Config": "粘贴配置",
|
||||
"Quote Prompt Settings": "引用提示词配置",
|
||||
"AI Settings": "AI 高级配置",
|
||||
"Variable Key Repeat Tip": "变量 key 重复",
|
||||
"module": {
|
||||
"Custom Title Tip": "该标题名字会展示在对话过程中"
|
||||
|
Reference in New Issue
Block a user