Sandbox move and vector test (#6381)

* remove sandbox

* perf: vitest

* doc
This commit is contained in:
Archer
2026-02-04 14:27:58 +08:00
committed by GitHub
parent 03890bc9d2
commit e6c7593d95
86 changed files with 94 additions and 7278 deletions

View File

@@ -1,9 +1,9 @@
{
"tags": {
"fastgpt": "v4.14.6",
"fastgpt": "v4.14.6.1",
"fastgpt-sandbox": "v4.14.6",
"fastgpt-mcp_server": "v4.14.6",
"fastgpt-plugin": "v0.5.0",
"fastgpt-plugin": "v0.5.1",
"aiproxy": "v0.3.2",
"aiproxy-pg": "0.8.0-pg15",
"mongo": "5.0.32",

View File

@@ -153,7 +153,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
ports:

View File

@@ -153,7 +153,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
ports:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: