mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 16:45:02 +00:00
feat: dataset index prefix (#5061)
This commit is contained in:
@@ -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
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.9.13(进行中)'
|
||||
title: 'V4.9.13'
|
||||
description: 'FastGPT V4.9.13 更新说明'
|
||||
icon: 'upgrade'
|
||||
draft: false
|
||||
|
20
docSite/content/zh-cn/docs/development/upgrading/4914.md
Normal file
20
docSite/content/zh-cn/docs/development/upgrading/4914.md
Normal 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。
|
||||
|
||||
## 🐛 修复
|
Reference in New Issue
Block a user