Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-16 | 4.8 kB | |
V4.9.12 source code.tar.gz | 2025-06-16 | 103.3 MB | |
V4.9.12 source code.zip | 2025-06-16 | 105.0 MB | |
Totals: 3 Items | 208.4 MB | 2 |
新功能预览
AI proxy 监控
鉴权配置
🚀 新增内容
- AI proxy 监控完善,支持以图表/表格形式查看模型调用和性能情况。 @ctrlz526
- HTTP 节点和 MCP 支持单独“鉴权配置”,鉴权配置明文不会二次返回客户端,以保障数据安全。 @newfish-cmyk
- 问题分类和内容提取,提示词中自动加入上一轮结果进行额外引导。 @c121914yu
- 判断器支持变量引用。 @newfish-cmyk
- 商业版支持知识库分块时,LLM 进行自动分段识别。 @c121914yu
- Admin 管理员数据看板。 @ctrlz526
- 豆包 1.6 系列模型,更新 qwen 模型配置。 @c121914yu
⚙️ 优化
- 密码校验时,增加更多的特殊字符 @c121914yu
- 后端全量计算知识库 chunk 参数,避免自动模式下部分参数未正确使用默认值。 @c121914yu
- 将文本分块移至 worker 线程,避免阻塞。 @c121914yu
- 展示更多套餐用量信息。 @c121914yu
- 优化输入框样式,桌面和移动端的语音输入样式更新。 @sd0ric4
- MCP 工具调用,使用 Raw schema 进行工具调用,保障完整性。 @c121914yu
- 删除知识库文件时,如果文件不存在,不会阻断删除。 @c121914yu
- 升级 MCP SDK,兼容最新的 HTTPStreamable。 @c121914yu
- 语雀文档库,递归获取文档类型目录下的数据。 @c121914yu
🐛 修复
- 自定义问答提取提示词被覆盖。 @c121914yu
- 模板导入时,存在空 indexes 时,导致数据插入失败。 @c121914yu
- 登录页可能存在的 XSS 攻击。 @c121914yu
- 输入框语音输入时候会丢失文件列表的问题。 @sd0ric4
- 知识库文档中图片 TTL 字段未清除,导致图片过期。 @c121914yu
- MCP 工具存储时,未转义 int 类型数据。 @c121914yu
- Rezise icon 在二级路由下无效。 @Kuro-P
更新指南
1. 更新镜像:
- 更新 FastGPT 镜像 tag: v4.9.12
- 更新 FastGPT 商业版镜像 tag: v4.9.12
- mcp_server 无需更新
- Sandbox 无需更新
- 更新 AIProxy 镜像 tag: v0.2.2
What's Changed
- chore(deps): bump fastify from 4.29.0 to 4.29.1 by @dependabot in https://github.com/labring/FastGPT/pull/4973
- perf: password special chars;feat: llm paragraph;perf: chunk setting params;perf: text splitter worker by @c121914yu in https://github.com/labring/FastGPT/pull/4984
- Feat: ai proxy monitor by @c121914yu in https://github.com/labring/FastGPT/pull/4985
- perf: charts ux by @c121914yu in https://github.com/labring/FastGPT/pull/4986
- test: Add unit test for projects/app/src/web/core/ai/channel.ts by @gru-agent in https://github.com/labring/FastGPT/pull/4987
- fix iframe.js to support microphone by @dreamer6680 in https://github.com/labring/FastGPT/pull/4993
- feat: more sub plan info;fix: emprt index by @c121914yu in https://github.com/labring/FastGPT/pull/4997
- fix: resizer.svg load error by @Kuro-P in https://github.com/labring/FastGPT/pull/4996
- chore(deps): bump requests from 2.32.3 to 2.32.4 in /plugins/model/pdf-mistral by @dependabot in https://github.com/labring/FastGPT/pull/4998
- Ai proxy monitor by @c121914yu in https://github.com/labring/FastGPT/pull/5009
- test: Add unit test for projects/app/src/web/core/ai/channel.ts by @gru-agent in https://github.com/labring/FastGPT/pull/4991
- test: Add unit test for projects/app/src/web/core/ai/channel.ts by @gru-agent in https://github.com/labring/FastGPT/pull/5010
- fix: dataset image will expired by @c121914yu in https://github.com/labring/FastGPT/pull/5021
- V4.9.12 feature by @c121914yu in https://github.com/labring/FastGPT/pull/5022
- fix mcp tools save by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5028
- Feat: IfElse node support variable reference by @c121914yu in https://github.com/labring/FastGPT/pull/5025
- Perf: MCP retains the original schema by @c121914yu in https://github.com/labring/FastGPT/pull/5030
- perf: dashboard by @c121914yu in https://github.com/labring/FastGPT/pull/5038
- perf: yuque dataset by @c121914yu in https://github.com/labring/FastGPT/pull/5040
New Contributors
- @Kuro-P made their first contribution in https://github.com/labring/FastGPT/pull/4996
Full Changelog: https://github.com/labring/FastGPT/compare/v4.9.11...v4.9.12