feat: dataset index prefix (#5061)

This commit is contained in:
Archer
2025-06-18 17:26:53 +08:00
committed by GitHub
parent 6b2ea696c5
commit 36fafd2149
34 changed files with 371 additions and 259 deletions

View File

@@ -9,7 +9,11 @@ weight: 788
## 更新指南
### 1. 更新镜像:
### 1. 更新环境变量
`fastgpt``fastgpt-pro`镜像环境变量中加入: `AES256_SECRET_KEY=` 变量,用于密钥加密。
### 2. 更新镜像:
- 更新 FastGPT 镜像 tag: v4.9.12
- 更新 FastGPT 商业版镜像 tag: v4.9.12

View File

@@ -1,5 +1,5 @@
---
title: 'V4.9.13(进行中)'
title: 'V4.9.13'
description: 'FastGPT V4.9.13 更新说明'
icon: 'upgrade'
draft: false

View File

@@ -0,0 +1,20 @@
---
title: 'V4.9.14(进行中)'
description: 'FastGPT V4.9.14 更新说明'
icon: 'upgrade'
draft: false
toc: true
weight: 787
---
## 🚀 新增内容
1. 知识库导入,支持配置:自动将文件名加入系统索引中。
## ⚙️ 优化
1. 统一知识库训练队列代码逻辑。
2. 输入框 UX。
## 🐛 修复