chore: 4.14.6 upgrading docs (#6356)

* chore: 4.14.6 upgrading docs

* chore: deploy scripts

* chore: bump @fastgpt-sdk/plugin to 0.3.8
This commit is contained in:
Finley Ge
2026-01-30 22:34:42 +08:00
committed by GitHub
parent 430dde3844
commit 8e8b5b4a16
29 changed files with 141 additions and 139 deletions

View File

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

View File

@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
@@ -153,7 +153,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
ports: ports:

View File

@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
@@ -153,7 +153,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
ports: ports:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -180,7 +180,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -247,7 +247,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -157,7 +157,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -209,13 +209,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -224,7 +224,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -138,7 +138,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -190,13 +190,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -205,7 +205,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -28,11 +28,12 @@ x-share-db-config: &x-share-db-config
x-vec-config: &x-vec-config x-vec-config: &x-vec-config
SEEKDB_URL: mysql://root%40tenantname:tenantpassword@seekdb:3306/fastgpt SEEKDB_URL: mysql://root%40tenantname:tenantpassword@seekdb:3306/fastgpt
version: '3.3' version: '3.3'
services: services:
# Vector DB # Vector DB
vectorDB: vectorDB:
image: oceanbase/seekdb:1.0.1.0-100000392025122619 image: oceanbase/seekdb:1.0.1.0-100000392025122619
container_name: seekdb container_name: seekdb
restart: always restart: always
# ports: # 生产环境建议不要暴露 # ports: # 生产环境建议不要暴露
@@ -52,12 +53,13 @@ services:
- ../seekdb/data:/var/lib/mysql - ../seekdb/data:/var/lib/mysql
- ../seekdb/config:/etc/mysql/conf.d - ../seekdb/config:/etc/mysql/conf.d
healthcheck: healthcheck:
test: ['CMD', 'mysqladmin', 'ping', '-h', 'localhost'] test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 1000 retries: 1000
start_period: 10s start_period: 10s
mongo: mongo:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29
container_name: mongo container_name: mongo
@@ -71,19 +73,7 @@ services:
volumes: volumes:
- ./mongo/data:/data/db - ./mongo/data:/data/db
healthcheck: healthcheck:
test: test: ['CMD', 'mongo', '-u', 'myusername', '-p', 'mypassword', '--authenticationDatabase', 'admin', '--eval', "db.adminCommand('ping')"]
[
'CMD',
'mongo',
'-u',
'myusername',
'-p',
'mypassword',
'--authenticationDatabase',
'admin',
'--eval',
"db.adminCommand('ping')"
]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
@@ -157,7 +147,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -209,13 +199,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -224,7 +214,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
@@ -290,3 +280,4 @@ networks:
fastgpt: fastgpt:
aiproxy: aiproxy:
vector: vector:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -121,7 +121,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -173,13 +173,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -188,7 +188,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -180,7 +180,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -247,7 +247,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -157,7 +157,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -209,13 +209,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -224,7 +224,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -138,7 +138,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -190,13 +190,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -205,7 +205,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -147,7 +147,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -199,13 +199,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -214,7 +214,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -121,7 +121,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -173,13 +173,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -188,7 +188,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -1,5 +1,5 @@
--- ---
title: 'V4.14.6(进行中)' title: 'V4.14.6'
description: 'FastGPT V4.14.6 更新说明' description: 'FastGPT V4.14.6 更新说明'
--- ---
@@ -9,7 +9,7 @@ description: 'FastGPT V4.14.6 更新说明'
- 更新 FastGPT 镜像 tag: v4.14.6 - 更新 FastGPT 镜像 tag: v4.14.6
- 更新 FastGPT 商业版镜像 tag: v4.14.6 - 更新 FastGPT 商业版镜像 tag: v4.14.6
- 更新 fastgpt-plugin 镜像 tag: v0.4.0 - 更新 fastgpt-plugin 镜像 tag: v0.5.0
- mcp_server 无需更新 - mcp_server 无需更新
- sandbox 无需更新 - sandbox 无需更新
- AIProxy 无需更新 - AIProxy 无需更新
@@ -23,7 +23,6 @@ description: 'FastGPT V4.14.6 更新说明'
4. 云服务支持企微特定版接入。 4. 云服务支持企微特定版接入。
5. Seekdb 向量库预设配置。 5. Seekdb 向量库预设配置。
## ⚙️ 优化 ## ⚙️ 优化
### 功能优化 ### 功能优化
@@ -42,6 +41,7 @@ description: 'FastGPT V4.14.6 更新说明'
2. 日期选择器溢出问题,增加了动态位置适配。 2. 日期选择器溢出问题,增加了动态位置适配。
3. 工作流编排页面系统工具“探索更多”跳转地址错误 3. 工作流编排页面系统工具“探索更多”跳转地址错误
4. 模型头像缺省值 /imgs/model/huggingface.svg 路径错误 4. 模型头像缺省值 /imgs/model/huggingface.svg 路径错误
5. 设置工具标签时过滤多余的空值
## 插件 ## 插件

View File

@@ -20,7 +20,7 @@
"document/content/docs/introduction/development/custom-models/xinference.mdx": "2025-08-05T23:20:39+08:00", "document/content/docs/introduction/development/custom-models/xinference.mdx": "2025-08-05T23:20:39+08:00",
"document/content/docs/introduction/development/design/dataset.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/development/design/dataset.mdx": "2025-07-23T21:35:03+08:00",
"document/content/docs/introduction/development/design/design_plugin.mdx": "2025-11-06T14:47:55+08:00", "document/content/docs/introduction/development/design/design_plugin.mdx": "2025-11-06T14:47:55+08:00",
"document/content/docs/introduction/development/docker.mdx": "2026-01-30T16:01:13+08:00", "document/content/docs/introduction/development/docker.mdx": "2026-01-30T18:47:43+08:00",
"document/content/docs/introduction/development/faq.mdx": "2025-08-12T22:22:18+08:00", "document/content/docs/introduction/development/faq.mdx": "2025-08-12T22:22:18+08:00",
"document/content/docs/introduction/development/intro.mdx": "2025-09-29T11:34:11+08:00", "document/content/docs/introduction/development/intro.mdx": "2025-09-29T11:34:11+08:00",
"document/content/docs/introduction/development/migration/docker_db.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/development/migration/docker_db.mdx": "2025-07-23T21:35:03+08:00",
@@ -124,7 +124,7 @@
"document/content/docs/upgrading/4-14/4144.mdx": "2025-12-16T14:56:04+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-18T23:59:15+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/41451.mdx": "2026-01-20T11:53:27+08:00",
"document/content/docs/upgrading/4-14/4146.mdx": "2026-01-26T17:46:44+08:00", "document/content/docs/upgrading/4-14/4146.mdx": "2026-01-30T18:47:43+08:00",
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+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/41.mdx": "2025-08-02T19:38:37+08:00",
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -180,7 +180,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -247,7 +247,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -157,7 +157,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -209,13 +209,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -224,7 +224,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -138,7 +138,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -190,13 +190,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -205,7 +205,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -147,7 +147,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -199,13 +199,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -214,7 +214,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -121,7 +121,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.5.1 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -173,13 +173,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.5.1 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -188,7 +188,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.4.0 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -180,7 +180,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -232,13 +232,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -247,7 +247,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -157,7 +157,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -209,13 +209,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -224,7 +224,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -138,7 +138,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -190,13 +190,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -205,7 +205,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -147,7 +147,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -199,13 +199,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -214,7 +214,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
DB_MAX_LINK: 100 DB_MAX_LINK: 100
REDIS_URL: redis://default:mypassword@redis:6379 REDIS_URL: redis://default:mypassword@redis:6379
# @see https://fastgpt.cn/docs/introduction/development/object-storage # @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
STORAGE_REGION: us-east-1 STORAGE_REGION: us-east-1
STORAGE_ACCESS_KEY_ID: minioadmin STORAGE_ACCESS_KEY_ID: minioadmin
@@ -121,7 +121,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.5.1 # git image: ghcr.io/labring/fastgpt:v4.14.6 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
@@ -173,13 +173,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.5.1 image: ghcr.io/labring/fastgpt-sandbox:v4.14.6
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.5.1 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
networks: networks:
- fastgpt - fastgpt
ports: ports:
@@ -188,7 +188,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.4.0 image: ghcr.io/labring/fastgpt-plugin:v0.5.0
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:

View File

@@ -2,7 +2,7 @@
"name": "@fastgpt/global", "name": "@fastgpt/global",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@fastgpt-sdk/plugin": "0.3.6", "@fastgpt-sdk/plugin": "0.3.8",
"@apidevtools/swagger-parser": "^10.1.0", "@apidevtools/swagger-parser": "^10.1.0",
"@bany/curl-to-json": "^1.2.8", "@bany/curl-to-json": "^1.2.8",
"axios": "^1.13.2", "axios": "^1.13.2",

23
pnpm-lock.yaml generated
View File

@@ -72,8 +72,8 @@ importers:
specifier: ^1.2.8 specifier: ^1.2.8
version: 1.2.8 version: 1.2.8
'@fastgpt-sdk/plugin': '@fastgpt-sdk/plugin':
specifier: 0.3.6 specifier: 0.3.8
version: 0.3.6 version: 0.3.8
axios: axios:
specifier: ^1.13.2 specifier: ^1.13.2
version: 1.13.2 version: 1.13.2
@@ -2605,8 +2605,8 @@ packages:
resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@fastgpt-sdk/plugin@0.3.6': '@fastgpt-sdk/plugin@0.3.8':
resolution: {integrity: sha512-glaLoTzrK9uvzAaIshVD6KpAE1ky0QOtX2Crbpbz0qZ1ERnlgI1q8N3vjx/qYih5t1ocUYeMce1SN7j84OxTCg==} resolution: {integrity: sha512-GjKrXMHxeF5UMkYGXawrUpzZjVRw3DICNYODeYwsUVOy+/ltu5zuwsqLkuuGQ7Arp/SBCmYRjG/MHmeNp4xxfw==}
'@fastgpt-sdk/storage@0.6.15': '@fastgpt-sdk/storage@0.6.15':
resolution: {integrity: sha512-oPbm6EtXQ3ysad/OebF2ovwbIax6PeCvYqA3cGAVEHEJMBU3633ktl1ZaIIkmyjWJLsABZpMf6m7lPBMyISGrA==} resolution: {integrity: sha512-oPbm6EtXQ3ysad/OebF2ovwbIax6PeCvYqA3cGAVEHEJMBU3633ktl1ZaIIkmyjWJLsABZpMf6m7lPBMyISGrA==}
@@ -14705,7 +14705,7 @@ snapshots:
'@eslint/js@8.57.1': {} '@eslint/js@8.57.1': {}
'@fastgpt-sdk/plugin@0.3.6': '@fastgpt-sdk/plugin@0.3.8':
dependencies: dependencies:
'@fortaine/fetch-event-source': 3.0.6 '@fortaine/fetch-event-source': 3.0.6
zod: 4.1.12 zod: 4.1.12
@@ -20194,6 +20194,17 @@ snapshots:
- supports-color - supports-color
eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.9.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.9.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1):
dependencies:
debug: 3.2.7
optionalDependencies:
'@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.8.2)
eslint: 8.57.1
eslint-import-resolver-node: 0.3.9
eslint-import-resolver-typescript: 3.9.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1)
transitivePeerDependencies:
- supports-color
eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.9.0)(eslint@8.57.1):
dependencies: dependencies:
debug: 3.2.7 debug: 3.2.7
optionalDependencies: optionalDependencies:
@@ -20273,7 +20284,7 @@ snapshots:
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 8.57.1 eslint: 8.57.1
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.9.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.9.0)(eslint@8.57.1)
hasown: 2.0.2 hasown: 2.0.2
is-core-module: 2.16.1 is-core-module: 2.16.1
is-glob: 4.0.3 is-glob: 4.0.3

View File

@@ -20,7 +20,7 @@ async function handler(
}) })
.map(({ toolId, version }) => ({ .map(({ toolId, version }) => ({
toolId, toolId,
version version: version ?? ''
})); }));
} }

View File

@@ -159,7 +159,7 @@ const ToolkitMarketplace = () => {
const displayTools: ToolCardItemType[] = useMemo(() => { const displayTools: ToolCardItemType[] = useMemo(() => {
if (!tools || !Array.isArray(tools) || !toolTags) return []; if (!tools || !Array.isArray(tools) || !toolTags) return [];
return tools.map((tool: ToolListItem) => { return tools.map((tool) => {
return { return {
id: tool.toolId, id: tool.toolId,
name: parseI18nString(tool.name || '', i18n.language) || '', name: parseI18nString(tool.name || '', i18n.language) || '',