mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
sandbox tool inject (#6836)
* sandbox tool inject * perf: read file prompt * submodule
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: 'V4.14.17(处理中)'
|
||||
description: 'FastGPT V4.14.17 更新说明'
|
||||
---
|
||||
|
||||
## 升级指南
|
||||
|
||||
### 1. 更新镜像 tag
|
||||
|
||||
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.17
|
||||
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.17
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. API 知识库 parentId 类型校验错误。
|
||||
2. 门户页对话无法上传文件。
|
||||
3. 商业版未包含内部文件解析接口,如果未配置 S3 External Endpoint,会导致文件解析失败。
|
||||
@@ -2,6 +2,7 @@
|
||||
"title": "4.14.x",
|
||||
"description": "",
|
||||
"pages": [
|
||||
"41417",
|
||||
"41416",
|
||||
"41415",
|
||||
"41414",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"title": "4.14.x",
|
||||
"description": "",
|
||||
"pages": [
|
||||
"41417",
|
||||
"41416",
|
||||
"41415",
|
||||
"41414",
|
||||
|
||||
@@ -7,6 +7,7 @@ description: 'FastGPT V4.15.0 更新说明'
|
||||
|
||||
1. 新增循环节点,弃用旧的批量执行。
|
||||
2. 全局变量输入框支持输入 object 类型数据。
|
||||
3. 工具调用模式下,如果开启了虚拟机功能,用户对话框上传的文件会直接注入到虚拟机中。
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
|
||||
@@ -118,6 +118,7 @@ description: FastGPT 文档目录
|
||||
- [/self-host/upgrading/4-14/41414](/self-host/upgrading/4-14/41414)
|
||||
- [/self-host/upgrading/4-14/41415](/self-host/upgrading/4-14/41415)
|
||||
- [/self-host/upgrading/4-14/41416](/self-host/upgrading/4-14/41416)
|
||||
- [/self-host/upgrading/4-14/41417](/self-host/upgrading/4-14/41417)
|
||||
- [/self-host/upgrading/4-14/4142](/self-host/upgrading/4-14/4142)
|
||||
- [/self-host/upgrading/4-14/4143](/self-host/upgrading/4-14/4143)
|
||||
- [/self-host/upgrading/4-14/4144](/self-host/upgrading/4-14/4144)
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
"content/self-host/upgrading/4-14/41481.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/self-host/upgrading/4-14/4149.en.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/self-host/upgrading/4-14/4149.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/self-host/upgrading/4-15/4150.mdx": "2026-04-28T13:31:00+08:00",
|
||||
"content/self-host/upgrading/4-15/4150.mdx": "2026-04-28T15:10:52+08:00",
|
||||
"content/self-host/upgrading/outdated/40.en.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/self-host/upgrading/outdated/40.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/self-host/upgrading/outdated/41.en.mdx": "2026-04-26T21:08:47+08:00",
|
||||
|
||||
Reference in New Issue
Block a user