mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-23 01:05:20 +08:00
* add new doc (#5175) Co-authored-by: dreamer6680 <146868355@qq.com> * Test docs (#5235) * fix: change the page of doc * chore: add new dependencies, update global styles/layout, optimize docs, add Feishu & GitHub icons, update API examples * fix: docs/index 404 not found * Update environment variable names, optimize styles, add new API routes, fix component styles, adjust documentation, and update GitHub and Feishu icons * update readme * feat: add a linkfastgpt compontent * feat: update new doc * fix:remove unuse page and redirect homepage to docs (#5288) * fix:remove some unuse doc * fix: redirect homepage to doc * git ignore * fix:navbar to index (#5295) * sidbar * fix: navtab unlight (#5298) * doc --------- Co-authored-by: dreamer6680 <1468683855@qq.com> Co-authored-by: dreamer6680 <146868355@qq.com>
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
---
|
|
title: V4.9.9
|
|
description: FastGPT V4.9.9 更新说明
|
|
---
|
|
|
|
## 升级指南
|
|
|
|
### 1. 做好数据备份
|
|
|
|
### 2. 商业版用户替换新 License
|
|
|
|
商业版用户可以联系 FastGPT 团队支持同学,获取 License 替换方案。替换后,可以直接升级系统,管理后台会提示输入新 License。
|
|
|
|
### 3. 更新镜像 tag
|
|
|
|
- 更新 FastGPT 镜像 tag: v4.9.9
|
|
- 更新 FastGPT 商业版镜像 tag: v4.9.9
|
|
- mcp_server 无需更新
|
|
- Sandbox 无需更新
|
|
- AIProxy 无需更新
|
|
|
|
## 🚀 新增内容
|
|
|
|
1. 切换 SessionId 来替代 JWT 实现登录鉴权,可控制最大登录客户端数量。
|
|
2. 新的商业版 License 管理模式。
|
|
3. 公众号调用,显示记录 chat 对话错误,方便排查。
|
|
4. API 知识库支持 BasePath 选择,需增加 API 接口,具体可见[API 知识库介绍](/docs/guide/knowledge_base/api_dataset/#4-获取文件详细信息用于获取文件信息)
|
|
|
|
## ⚙️ 优化
|
|
|
|
1. 优化工具调用,新工具的判断逻辑。
|
|
2. 调整 Cite 引用提示词。
|
|
|
|
## 🐛 修复
|
|
|
|
1. 无法正常获取应用历史保存/发布记录。
|
|
2. 成员创建 MCP 工具权限问题。
|
|
3. 来源引用展示,存在 ID 传递错误,导致提示无权操作该文件。
|
|
4. 回答标注前端数据报错。
|