Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-22 | 4.5 kB | |
V4.11.0 source code.tar.gz | 2025-07-22 | 103.9 MB | |
V4.11.0 source code.zip | 2025-07-22 | 105.6 MB | |
Totals: 3 Items | 209.4 MB | 2 |
项目调整
- 移除所有开源功能的限制,包括:应用数量和知识库数量上限。
- 调整 RoadMap,增加
上下文管理
,AI 生成工作流
,高级编排 DeBug 调试模式
等计划。 - 海外版域名将
tryfastgpt.ai
调整成fastgpt.io
。
🚀 新增内容
- 商业版增加应用评测(Beta 版),可对应用进行有监督评分。 @newfish-cmyk
- 工作流部分节点支持报错捕获分支。 @c121914yu
- 对话页独立 tab 页面UX。 @chuanhu9
- 支持 Signoz traces 和 logs 系统追踪。 @FinleyGe
- 新增 Gemini2.5, grok4, kimi 模型配置。 @c121914yu
- 模型调用日志增加首字响应时长和请求 IP。 @c121914yu
⚙️ 优化
- 优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。 @c121914yu
- 知识库训练:支持全部重试当前集合异常数据。 @colnii
- 工作流 valueTypeFormat,避免数据类型不一致。 @c121914yu
- 知识库列表搜索时,正则未进行特殊词替换。 @dingzhenznen
🐛 修复
- 问题分类和内容提取节点,默认模型无法通过前端校验,导致工作流无法运行和保存发布。
🔨 工具更新
- Markdown 文本转 Docx 和 Xlsx 文件。
升级说明
1. 修改环境变量
FastGPT 商业版用户,可以增加评估相关环境变量,并在更新后,在管理端点击一次保存配置。
EVAL_CONCURRENCY=3 # 评估单节点并发数
EVAL_LINE_LIMIT=1000 # 评估文件最大行数
2. 更新镜像:
- 更新 FastGPT 镜像tag: v4.11.0
- 更新 FastGPT 商业版镜像tag: v4.11.0
- 更新 fastgpt-plugin 镜像 tag: v0.1.5
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
What's Changed
- update version doc by @c121914yu in https://github.com/labring/FastGPT/pull/5210
- fix:collection search by @dingzhenznen in https://github.com/labring/FastGPT/pull/5217
- Enhance WeChat login functionality by @ctrlz526 in https://github.com/labring/FastGPT/pull/5213
- compatible with old enums by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5219
- test: Add unit test for projects/app/src/web/support/user/api.ts by @gru-agent[bot] in https://github.com/labring/FastGPT/pull/5214
- Revert "compatible with old enums" by @c121914yu in https://github.com/labring/FastGPT/pull/5222
- compatible with old enums by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5221
- Update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5223
- feat: support signoz by @FinleyGe in https://github.com/labring/FastGPT/pull/5218
- doc: Add recommended configuration for Oceanbase deployment by @Amaranterre in https://github.com/labring/FastGPT/pull/5225
- add 'search' field ; update setFastGPTSem to validate input before storing. by @ctrlz526 in https://github.com/labring/FastGPT/pull/5230
- docs: update design plugin doc by @FinleyGe in https://github.com/labring/FastGPT/pull/5241
- fix default model select by @c121914yu in https://github.com/labring/FastGPT/pull/5243
- fix: variables init by @c121914yu in https://github.com/labring/FastGPT/pull/5247
- Var render by @c121914yu in https://github.com/labring/FastGPT/pull/5248
- fix node variable update render by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5251
- perf: value type checker by @c121914yu in https://github.com/labring/FastGPT/pull/5255
- Update image doc by @c121914yu in https://github.com/labring/FastGPT/pull/5256
- update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5259
- update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5261
- test: Add unit test for projects/app/src/web/common/api/request.ts by @gru-agent[bot] in https://github.com/labring/FastGPT/pull/5254
- chore(deps): bump multer from 2.0.1 to 2.0.2 by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5249
- fix: error by @FinleyGe in https://github.com/labring/FastGPT/pull/5269
- V4.11.0 features by @c121914yu in https://github.com/labring/FastGPT/pull/5270
- doc by @c121914yu in https://github.com/labring/FastGPT/pull/5271
New Contributors
- @dingzhenznen made their first contribution in https://github.com/labring/FastGPT/pull/5217
Full Changelog: https://github.com/labring/FastGPT/compare/v4.10.1...v4.11.0