Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-17 | 1.3 kB | |
V4.9.13 source code.tar.gz | 2025-06-17 | 103.3 MB | |
V4.9.13 source code.zip | 2025-06-17 | 105.0 MB | |
Totals: 3 Items | 208.4 MB | 0 |
该版本为修复内容版本。
🚀 新增内容
- 套餐缓存,减少 MongoDB 查询次数。
⚙️ 优化
- 所有 NodeId 调整随机值生成,避免首字母数字开头。
- 知识库集合搜索,支持嵌套搜索。
🐛 修复
- 对话日志,日期范围选择问题。
- API 调用时,传入的 system 提示词可能会重复。
- AI 对话/工具调用,未选择文件链接时,也会从历史记录读取文件。
- 手动更新知识库索引时,错误的删除旧索引,导致手动索引无效。
What's Changed
- Fix some bug by @c121914yu in https://github.com/labring/FastGPT/pull/5048
- Feat: Plan cache by @c121914yu in https://github.com/labring/FastGPT/pull/5052
- Change the default MongoDB image source to Docker Hub. by @f1tz in https://github.com/labring/FastGPT/pull/5050
- chore(deps): bump protobuf from 4.25 to 4.25.8 in /plugins/model/tts-cosevoice by @dependabot in https://github.com/labring/FastGPT/pull/5046
- feat: operation index by @c121914yu in https://github.com/labring/FastGPT/pull/5056
New Contributors
- @f1tz made their first contribution in https://github.com/labring/FastGPT/pull/5050
Full Changelog: https://github.com/labring/FastGPT/compare/v4.9.12...v4.9.13