mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
Sandbox move and vector test (#6381)
* remove sandbox * perf: vitest * doc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.14.3'
|
||||
title: 'V4.14.3(包含升级脚本)'
|
||||
description: 'FastGPT V4.14.3 更新说明'
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.14.4'
|
||||
title: 'V4.14.4(包含升级脚本)'
|
||||
description: 'FastGPT V4.14.4 更新说明'
|
||||
---
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ description: 'FastGPT V4.14.6 更新说明'
|
||||
|
||||
### 1. 更新镜像:
|
||||
|
||||
- 更新 FastGPT 镜像 tag: v4.14.6
|
||||
- 更新 FastGPT 镜像 tag: v4.14.6.1
|
||||
- 更新 FastGPT 商业版镜像 tag: v4.14.6
|
||||
- 更新 fastgpt-plugin 镜像 tag: v0.5.0
|
||||
- 更新 fastgpt-plugin 镜像 tag: v0.5.1
|
||||
- mcp_server 无需更新
|
||||
- sandbox 无需更新
|
||||
- AIProxy 无需更新
|
||||
|
||||
@@ -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-19T19:10:54+08:00",
|
||||
"document/content/docs/toc.mdx": "2026-02-02T18:48:25+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",
|
||||
@@ -124,7 +124,8 @@
|
||||
"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-18T23:59:15+08:00",
|
||||
"document/content/docs/upgrading/4-14/41451.mdx": "2026-01-20T11:53:27+08:00",
|
||||
"document/content/docs/upgrading/4-14/4146.mdx": "2026-01-30T22:34:42+08:00",
|
||||
"document/content/docs/upgrading/4-14/4146.mdx": "2026-02-04T14:20:54+08:00",
|
||||
"document/content/docs/upgrading/4-14/4147.mdx": "2026-02-02T18:48:25+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",
|
||||
|
||||
@@ -180,7 +180,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -247,7 +247,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -157,7 +157,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -224,7 +224,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -138,7 +138,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -205,7 +205,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -144,7 +144,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -211,7 +211,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -121,7 +121,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -188,7 +188,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -180,7 +180,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -247,7 +247,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.0
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -157,7 +157,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -224,7 +224,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.0
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -138,7 +138,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -205,7 +205,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.0
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -144,7 +144,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -211,7 +211,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.0
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
@@ -121,7 +121,7 @@ services:
|
||||
|
||||
fastgpt:
|
||||
container_name: fastgpt
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6 # git
|
||||
image: ghcr.io/labring/fastgpt:v4.14.6.1 # git
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
@@ -188,7 +188,7 @@ services:
|
||||
environment:
|
||||
- FASTGPT_ENDPOINT=http://fastgpt:3000
|
||||
fastgpt-plugin:
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.0
|
||||
image: ghcr.io/labring/fastgpt-plugin:v0.5.1
|
||||
container_name: fastgpt-plugin
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user