Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/args.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"tags": {
"fastgpt": "v4.14.5",
"fastgpt-sandbox": "v4.14.5",
"fastgpt-mcp_server": "v4.14.5-fix",
"fastgpt": "v4.14.5.1",
"fastgpt-sandbox": "v4.14.5.1",
"fastgpt-mcp_server": "v4.14.5.1",
"fastgpt-plugin": "v0.4.0",
"aiproxy": "v0.3.2",
"aiproxy-pg": "0.8.0-pg15",
Expand Down
4 changes: 2 additions & 2 deletions deploy/dev/docker-compose.cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1
ports:
- 3002:3000
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5-fix
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1
ports:
- 3005:3000
networks:
Expand Down
4 changes: 2 additions & 2 deletions deploy/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1
ports:
- 3002:3000
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5-fix
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1
ports:
- 3005:3000
networks:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/cn/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5-fix
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/cn/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -209,13 +209,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5-fix
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/cn/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -190,13 +190,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5-fix
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/cn/docker-compose.zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -173,13 +173,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5-fix
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/global/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5 # git
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5-fix
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/global/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5 # git
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -209,13 +209,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5-fix
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/global/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5 # git
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -190,13 +190,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5-fix
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker/global/docker-compose.ziliiz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5 # git
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -173,13 +173,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5-fix
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1
networks:
- fastgpt
ports:
Expand Down
1 change: 1 addition & 0 deletions document/content/docs/toc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ description: FastGPT 文档目录
- [/docs/upgrading/4-14/4143](/docs/upgrading/4-14/4143)
- [/docs/upgrading/4-14/4144](/docs/upgrading/4-14/4144)
- [/docs/upgrading/4-14/4145](/docs/upgrading/4-14/4145)
- [/docs/upgrading/4-14/41451](/docs/upgrading/4-14/41451)
- [/docs/upgrading/4-14/4146](/docs/upgrading/4-14/4146)
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
Expand Down
2 changes: 1 addition & 1 deletion document/content/docs/upgrading/4-14/4145.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'V4.14.5'
title: 'V4.14.5(包含升级脚本)'
description: 'FastGPT V4.14.5 更新说明'
---

Expand Down
47 changes: 47 additions & 0 deletions document/content/docs/upgrading/4-14/41451.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: 'V4.14.5.1(包含升级脚本)'
description: 'FastGPT V4.14.5.1 更新说明'
---

## 更新指南

### 1. 更新镜像:

- 更新 FastGPT 镜像tag: v4.14.5.1
- 更新 FastGPT 商业版镜像tag: v4.14.5.1
- 更新 fastgpt-plugin 镜像 tag: v0.4.0
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
- mongo 无需更新

### 2. 执行升级脚本

从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。

```bash
curl --location --request POST 'https://{{host}}/api/admin/initv41451' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```

1. 迁移系统工具的系统密钥配置

## 🚀 新增内容

1. Markdown 表格支持导出 csv。

## ⚙️ 优化

1. 工作流触摸板移动时,遇到输入框后会被强制阻拦。
2. 工作流粘贴节点,精确按鼠标位置粘贴。
3. 精确移除请求 LLM 时多余的系统字段,避免部分模型接口报错。
4. 使用 path.extname 从 URL 获取文件扩展名

## 🐛 修复

1. 系统工具工具集设置系统密钥后,子工具无法读取到设置的系统密钥
2. 密码类型的全局变量,必填规则校验错误。
3. 时间类型的全局变量,选择月份被遮挡。
4. 手动复制弹窗,换行丢失。
5. 未传入文件上传类型变量,对话接口报错。
26 changes: 24 additions & 2 deletions document/content/docs/upgrading/4-14/4146.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,37 @@ description: 'FastGPT V4.14.6 更新说明'
---


### 1. 更新镜像:

### 2. 执行升级脚本

从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。

```bash
curl --location --request POST 'https://{{host}}/api/admin/initv4146' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```

**脚本功能:**

1. 迁移系统工具的系统密钥配置


## 🚀 新增内容

1. Markdown 表格支持导出 csv。

1. 系统工具可配置自定义的分类属性
2. Markdown 表格支持导出 csv。
3. 订阅套餐支持配置最大文件上传数量和大小。

## ⚙️ 优化

1. 工作流触摸板移动时,遇到输入框后会被强制阻拦。
2. 工作流粘贴节点,精确按鼠标位置粘贴。
3. 精确移除请求 LLM 时多余的系统字段,避免部分模型接口报错。

## 🐛 修复

1. 系统工具工具集设置系统密钥后,子工具无法读取到设置的系统密钥

## 插件
2 changes: 1 addition & 1 deletion document/content/docs/upgrading/4-14/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "4.14.x",
"description": "",
"pages": ["4146", "4145", "4144", "4143", "4142", "4141", "4140"]
"pages": ["4146","41451","4145", "4144", "4143", "4142", "4141", "4140"]
}
9 changes: 5 additions & 4 deletions document/data/doc-last-modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"document/content/docs/protocol/terms.en.mdx": "2025-12-15T23:36:54+08:00",
"document/content/docs/protocol/terms.mdx": "2025-12-15T23:36:54+08:00",
"document/content/docs/toc.en.mdx": "2025-08-04T13:42:36+08:00",
"document/content/docs/toc.mdx": "2026-01-11T21:09:27+08:00",
"document/content/docs/toc.mdx": "2026-01-19T19:10:54+08:00",
"document/content/docs/upgrading/4-10/4100.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-10/4101.mdx": "2025-09-08T20:07:20+08:00",
"document/content/docs/upgrading/4-11/4110.mdx": "2025-08-05T23:20:39+08:00",
Expand All @@ -122,8 +122,9 @@
"document/content/docs/upgrading/4-14/4142.mdx": "2025-11-18T19:27:14+08:00",
"document/content/docs/upgrading/4-14/4143.mdx": "2025-11-26T20:52:05+08:00",
"document/content/docs/upgrading/4-14/4144.mdx": "2025-12-16T14:56:04+08:00",
"document/content/docs/upgrading/4-14/4145.mdx": "2026-01-12T08:50:15+08:00",
"document/content/docs/upgrading/4-14/4146.mdx": "2026-01-12T21:07:44+08:00",
"document/content/docs/upgrading/4-14/4145.mdx": "2026-01-18T23:59:15+08:00",
"document/content/docs/upgrading/4-14/41451.mdx": "2026-01-19T19:10:54+08:00",
"document/content/docs/upgrading/4-14/4146.mdx": "2026-01-19T19:10:54+08:00",
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
Expand Down Expand Up @@ -205,4 +206,4 @@
"document/content/docs/use-cases/external-integration/openapi.mdx": "2025-09-29T11:34:11+08:00",
"document/content/docs/use-cases/external-integration/wecom.mdx": "2025-12-10T20:07:05+08:00",
"document/content/docs/use-cases/index.mdx": "2025-07-24T14:23:04+08:00"
}
}
Loading