mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 08:37:59 +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>
32 lines
785 B
Plaintext
32 lines
785 B
Plaintext
---
|
|
title: V4.9.13
|
|
description: FastGPT V4.9.13 更新说明
|
|
---
|
|
|
|
## 更新指南
|
|
|
|
### 1. 更新镜像:
|
|
|
|
- 更新 FastGPT 镜像 tag: v4.9.13
|
|
- 更新 FastGPT 商业版镜像 tag: v4.9.13
|
|
- mcp_server 无需更新
|
|
- Sandbox 无需更新
|
|
- AIProxy 无需更新
|
|
|
|
|
|
## 🚀 新增内容
|
|
|
|
1. 套餐缓存,减少 MongoDB 查询次数。
|
|
|
|
## ⚙️ 优化
|
|
|
|
1. 所有 NodeId 调整随机值生成,避免首字母数字开头。
|
|
2. 知识库集合搜索,支持嵌套搜索。
|
|
|
|
## 🐛 修复
|
|
|
|
1. 对话日志,日期范围选择问题。
|
|
2. API 调用时,传入的 system 提示词可能会重复。
|
|
3. AI 对话/工具调用,未选择文件链接时,也会从历史记录读取文件。
|
|
4. 手动更新知识库索引时,错误的删除旧索引,导致手动索引无效。
|