mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +00: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>
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
---
|
|
title: V4.9.14
|
|
description: FastGPT V4.9.14 更新说明
|
|
---
|
|
|
|
## 更新指南
|
|
|
|
### 1. 更新镜像:
|
|
|
|
- 更新 FastGPT 镜像 tag: v4.9.14
|
|
- 更新 FastGPT 商业版镜像 tag: v4.9.14
|
|
- mcp_server 无需更新
|
|
- Sandbox 无需更新
|
|
- AIProxy 无需更新
|
|
|
|
## 🚀 新增内容
|
|
|
|
1. 知识库导入,支持配置:自动将文件名加入系统索引中。
|
|
2. Admin 端审计日志。
|
|
|
|
## ⚙️ 优化
|
|
|
|
1. 统一知识库训练队列代码逻辑。
|
|
2. 输入框 UX。
|
|
3. 图片知识库自动去除介绍中的换行,避免模型输出换行导致无法显示图片。
|
|
4. 图片索引过程会单独描述图片内容,并在检索后会将图片描述赋予检索结果,使语言模型也可以对图片进行理解。
|
|
5. 对于 MCP Schema 中,缺少`properties`属性的值,进行自动补全,避免部分模型报错。
|
|
6. 对 JSON 导入模板可能的报错进行捕获。
|
|
7. 过滤 CSV 导出时可能存在的危险字符串。
|
|
8. 添加安全请求头。
|
|
9. 修改密码,强制其他登录端失效。
|
|
10. Cite 引用展示优化,识别前置的 url 并自动加空格。
|
|
|
|
## 🐛 修复
|
|
|
|
1. 知识库数据输入,识别 QA 模式错误。
|
|
2. 知识库标签条件冲突。
|
|
3. 对话日志点赞点踩统计。
|