mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
Some checks failed
Deploy doc image to cf / deploy-production (push) Has been cancelled
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled
Deploy doc image by kubeconfig / update-docs-image (push) Has been cancelled
* feat: system config type * fix: retraining permission
1.1 KiB
1.1 KiB
| title | description | icon | draft | toc | weight |
|---|---|---|---|---|---|
| V4.9.8(进行中) | FastGPT V4.9.8 更新说明 | upgrade | false | true | 792 |
🚀 新增内容
- 支持 Toolcalls 并行执行。
- 将所有内置任务,从非 stream 模式调整成 stream 模式,避免部分模型不支持非 stream 模式。如需覆盖,则可以在模型
额外 Body参数中,强制指定stream=false。 - qwen3 模型预设
- 语雀知识库支持设置根目录。
- 可配置密码过期时间,过期后下次登录会强制要求修改密码。
- 密码登录增加 preLogin 临时密钥校验。
⚙️ 优化
- Chat log list 优化,避免大数据时超出内存限制。
- 预加载 token 计算 worker,避免主任务中并发创建导致线程阻塞。
🐛 修复
- 应用列表/知识库列表,删除行权限展示问题。
- 打开知识库搜索参数后,重排选项自动被打开。
- LLM json_schema 模式 API 请求格式错误。
- 重新训练时,图片过期索引未成功清除,导致图片会丢失。
- 重新训练权限问题。