Fix some bug (#5048)

* fix: chat log time range

* fix: repeat system prompt

* perf: nanoid random

* fix: get files from histories

* fix: ts

* ts config

* perf: search dataset collection
This commit is contained in:
Archer
2025-06-17 16:10:01 +08:00
committed by GitHub
parent 7981b61ca9
commit af3221fa47
21 changed files with 121 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
---
title: 'V4.9.12(进行中)'
title: 'V4.9.12'
description: 'FastGPT V4.9.12 更新说明'
icon: 'upgrade'
draft: false
@@ -7,6 +7,16 @@ toc: true
weight: 788
---
## 更新指南
### 1. 更新镜像:
- 更新 FastGPT 镜像 tag: v4.9.12
- 更新 FastGPT 商业版镜像 tag: v4.9.12
- mcp_server 无需更新
- Sandbox 无需更新
- 更新 AIProxy 镜像 tag: v0.2.2
## 🚀 新增内容
1. AI proxy 监控完善,支持以图表/表格形式查看模型调用和性能情况。

View File

@@ -0,0 +1,23 @@
---
title: 'V4.9.13(进行中)'
description: 'FastGPT V4.9.13 更新说明'
icon: 'upgrade'
draft: false
toc: true
weight: 787
---
## 🚀 新增内容
## ⚙️ 优化
1. 所有 NodeId 调整随机值生成,避免首字母数字开头。
2. 知识库集合搜索,支持嵌套搜索。
## 🐛 修复
1. 对话日志,日期范围选择问题。
2. API 调用时,传入的 system 提示词可能会重复。
3. AI 对话/工具调用,未选择文件链接时,也会从历史记录读取文件。