Skip to content
Merged
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
8 changes: 4 additions & 4 deletions deploy/args.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"tags": {
"fastgpt": "v4.14.1",
"fastgpt-sandbox": "v4.14.1",
"fastgpt-mcp_server": "v4.14.1",
"fastgpt-plugin": "v0.3.1",
"fastgpt": "v4.14.2",
"fastgpt-sandbox": "v4.14.2",
"fastgpt-mcp_server": "v4.14.2",
"fastgpt-plugin": "v0.3.2",
"aiproxy": "v0.3.2",
"aiproxy-pg": "0.8.0-pg15",
"mongo": "5.0.18",
Expand Down
6 changes: 3 additions & 3 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.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
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.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
ports:
- 3005:3000
networks:
Expand All @@ -153,7 +153,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
ports:
Expand Down
6 changes: 3 additions & 3 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.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
ports:
- 3002:3000
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
ports:
- 3005:3000
networks:
Expand All @@ -153,7 +153,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
ports:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -219,7 +219,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -200,7 +200,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/cn/docker-compose.zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:

fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.1 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -183,7 +183,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.1
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -242,7 +242,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -219,7 +219,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -200,7 +200,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/global/docker-compose.ziliiz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:

fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.1 # git
image: ghcr.io/labring/fastgpt:v4.14.2 # git
ports:
- 3000:3000
networks:
Expand Down Expand Up @@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.1
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.1
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2
networks:
- fastgpt
ports:
Expand All @@ -183,7 +183,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.1
image: ghcr.io/labring/fastgpt-plugin:v0.3.2
container_name: fastgpt-plugin
restart: always
networks:
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 @@ -113,6 +113,7 @@ description: FastGPT 文档目录
- [/docs/upgrading/4-14/4140](/docs/upgrading/4-14/4140)
- [/docs/upgrading/4-14/4141](/docs/upgrading/4-14/4141)
- [/docs/upgrading/4-14/4142](/docs/upgrading/4-14/4142)
- [/docs/upgrading/4-14/4143](/docs/upgrading/4-14/4143)
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
Expand Down
2 changes: 1 addition & 1 deletion document/content/docs/upgrading/4-14/4141.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4141' \

## 🚀 新增内容

1. 新工作台交互。
1. 新工作台交互。原插件,改名"工作流工具",并移动到我的工具分类下。
2. 工作流运行欠费后提供继续运行按键,无需从头开始。

## ⚙️ 优化
Expand Down
14 changes: 12 additions & 2 deletions document/content/docs/upgrading/4-14/4142.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
---
title: 'V4.14.2(进行中)'
title: 'V4.14.2'
description: 'FastGPT V4.14.2 更新说明'
---

## 更新指南

### 1. 更新镜像:

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

## 🚀 新增内容

1. 封装底层 Agent Call 方式,支持工具连续调用时上下文的压缩,以及单个工具长响应的压缩
1. 封装底层 Agent Call 方式,支持工具连续调用时上下文的压缩。
2. 模板市场新 UI。
3. 支持 Agent 编辑页快速创建知识库。

## ⚙️ 优化

1. 30 分钟模板市场缓存时长。
2. 自定义分隔符块大小采用最大块大小。
3. 避免日志记录触发递归日志风暴,排除日志模型的性能监控中间件。

## 🐛 修复

Expand Down
Loading
Loading