diff --git a/README.md b/README.md index 9e5c133f62..7f0c7f9060 100644 --- a/README.md +++ b/README.md @@ -31,21 +31,39 @@ FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、 https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4 -## 🛸 在线使用 +## 快速开始 -- 🌍 国际版:[fastgpt.io](https://fastgpt.io/) +可以通过 Docker 快速启动 FastGPT,在终端输入以下命令,根据引导完成输入即可拉取配置。 + +```bash +# 输入命令拉取配置文件 +bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh) +# 启动 +docker compose up -d +``` + +完全启动后,可通过`http://localhost:3000`访问 FastGPT,默认账号为`root`,密码为`1234`。 + +如果你需要问题,可以[查看完整 Docker 部署教程](https://doc.fastgpt.io/docs/introduction/development/docker) + +## 🛸 使用方式 + +- **云服务版本** + 如果你不需要私有化部署,可以直接使用我们提供的云服务版本,地址为:[fastgpt.io](https://fastgpt.io/) + +- **社区自托管版本** + 可以使用[Docker](https://doc.fastgpt.io/docs/introduction/development/docker)快速部署,也可以使用[Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) 来一键部署FastGPT。 + +- **商业版** + 如果你需要更完整的功能,或深度的服务支持,可以选择我们的[商业版](https://doc.fastgpt.io/docs/introduction/commercial)。我们除了提供完整的软件外,还提供相应的场景落地辅导,具体可提交[商业咨询](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc) + +## 💡 核心功能 | | | | ---------------------------------- | ---------------------------------- | | ![Demo](./.github/imgs/intro1.png) | ![Demo](./.github/imgs/intro2.jpg) | | ![Demo](./.github/imgs/intro3.png) | ![Demo](./.github/imgs/intro4.png) | - - # - - -## 💡 核心功能 - `1` 应用编排能力 - [x] 规划 Agent 模式。 - [x] 对话工作流、插件工作流,包含基础的 RPA 节点。 @@ -92,34 +110,15 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b # -## 👨‍💻 开发 +## 💪 我们的项目 & 链接 -项目技术栈:NextJs + TS + ChakraUI + MongoDB + PostgreSQL (PG Vector 插件)/Milvus - -- **⚡ 快速部署** - - > 使用 [Sealos](https://sealos.io) 服务,无需采购服务器、无需域名,支持高并发 & 动态伸缩,并且数据库应用采用 kubeblocks 的数据库,在 IO 性能方面,远超于简单的 Docker 容器部署。 - - [点击查看 Sealos 一键部署 FastGPT 教程](https://doc.fastgpt.io/docs/introduction/development/sealos/) - -* [快速开始本地开发](https://doc.fastgpt.io/docs/introduction/development/intro/) -* [部署 FastGPT](https://doc.fastgpt.io/docs/introduction/development/sealos/) -* [系统配置文件说明](https://doc.fastgpt.io/docs/introduction/development/configuration/) -* [多模型配置方案](https://doc.fastgpt.io/docs/introduction/development/modelConfig/one-api/) -* [版本更新/升级介绍](https://doc.fastgpt.io/docs/upgrading) -* [OpenAPI API 文档](https://doc.fastgpt.io/docs/introduction/openapi/) -* [知识库结构详解](https://doc.fastgpt.io/docs/introduction/guide/knowledge_base/RAG/) - - - # - - -## 💪 相关项目 +- [快速开始本地开发](https://doc.fastgpt.io/docs/introduction/development/intro/) +- [OpenAPI 文档](https://doc.fastgpt.io/docs/openapi/intro) - [FastGPT-plugin](https://github.com/labring/fastgpt-plugin) +- [AI Proxy: 模型聚合负载均衡服务](https://github.com/labring/aiproxy) - [Laf:3 分钟快速接入三方应用](https://github.com/labring/laf) - [Sealos:快速部署集群应用](https://github.com/labring/sealos) -- [One API:多模型管理,支持 Azure、文心一言等](https://github.com/songquanpeng/one-api) # @@ -127,7 +126,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b ## 🌿 第三方生态 -- [AI Proxy:国内模型聚合服务](https://sealos.run/aiproxy/?k=fastgpt-github/) +- [AI Proxy:大模型聚合服务](https://sealos.run/aiproxy/?k=fastgpt-github/) - [SiliconCloud (硅基流动) —— 开源模型在线体验平台](https://cloud.siliconflow.cn/i/TR9Ym0c4) - [PPIO 派欧云:一键调用高性价比的开源模型 API 和 GPU 容器](https://ppinfra.com/user/register?invited_by=VITYVU&utm_source=github_fastgpt) @@ -145,18 +144,6 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b # -## 👀 其他 - -- [保姆级 FastGPT 教程](https://www.bilibili.com/video/BV1n34y1A7Bo/?spm_id_from=333.999.0.0) -- [接入飞书](https://www.bilibili.com/video/BV1Su4y1r7R3/?spm_id_from=333.999.0.0) -- [接入企微](https://www.bilibili.com/video/BV1Tp4y1n72T/?spm_id_from=333.999.0.0) - - -
- # -
-
- ## 🤝 贡献者 我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以查看我们的 GitHub [Issues](https://github.com/labring/FastGPT/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc),大展身手,向我们展示你的奇思妙想。 diff --git a/deploy/args.json b/deploy/args.json index 92563e2beb..43e0c0b234 100644 --- a/deploy/args.json +++ b/deploy/args.json @@ -1,10 +1,10 @@ { "tags": { - "fastgpt": "v4.14.6.1", - "fastgpt-sandbox": "v4.14.6", - "fastgpt-mcp_server": "v4.14.6", - "fastgpt-plugin": "v0.5.1", - "aiproxy": "v0.3.2", + "fastgpt": "v4.14.7", + "fastgpt-sandbox": "v4.14.7", + "fastgpt-mcp_server": "v4.14.7", + "fastgpt-plugin": "v0.5.3", + "aiproxy": "v0.3.5", "aiproxy-pg": "0.8.0-pg15", "mongo": "5.0.32", "redis": "7.2-alpine", diff --git a/deploy/dev/docker-compose.cn.yml b/deploy/dev/docker-compose.cn.yml index 022987b74f..d554a74efb 100644 --- a/deploy/dev/docker-compose.cn.yml +++ b/deploy/dev/docker-compose.cn.yml @@ -136,7 +136,7 @@ services: retries: 3 sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 ports: - 3002:3000 networks: @@ -144,7 +144,7 @@ services: restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 ports: - 3005:3000 networks: @@ -153,7 +153,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always ports: @@ -180,7 +180,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped ports: diff --git a/deploy/dev/docker-compose.yml b/deploy/dev/docker-compose.yml index 291e551244..a56b6a3548 100644 --- a/deploy/dev/docker-compose.yml +++ b/deploy/dev/docker-compose.yml @@ -136,7 +136,7 @@ services: retries: 3 sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 ports: - 3002:3000 networks: @@ -144,7 +144,7 @@ services: restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 ports: - 3005:3000 networks: @@ -153,7 +153,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always ports: @@ -180,7 +180,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped ports: diff --git a/deploy/docker/cn/docker-compose.milvus.yml b/deploy/docker/cn/docker-compose.milvus.yml index e472ced84e..eb177d3566 100644 --- a/deploy/docker/cn/docker-compose.milvus.yml +++ b/deploy/docker/cn/docker-compose.milvus.yml @@ -91,8 +91,6 @@ services: depends_on: - 'milvus-etcd' - 'milvus-minio' - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -180,7 +178,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -243,13 +241,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -258,7 +256,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -286,7 +284,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.oceanbase.yml b/deploy/docker/cn/docker-compose.oceanbase.yml index 918a091b53..1218f6e89f 100644 --- a/deploy/docker/cn/docker-compose.oceanbase.yml +++ b/deploy/docker/cn/docker-compose.oceanbase.yml @@ -68,8 +68,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -157,7 +155,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -220,13 +218,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -235,7 +233,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -263,7 +261,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.pg.yml b/deploy/docker/cn/docker-compose.pg.yml index bf0abdc554..5ced79a71d 100644 --- a/deploy/docker/cn/docker-compose.pg.yml +++ b/deploy/docker/cn/docker-compose.pg.yml @@ -49,8 +49,6 @@ services: interval: 5s timeout: 5s retries: 10 - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -138,7 +136,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -201,13 +199,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -216,7 +214,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -244,7 +242,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.seekdb.yml b/deploy/docker/cn/docker-compose.seekdb.yml index 0b10f9619e..04c9bd8130 100644 --- a/deploy/docker/cn/docker-compose.seekdb.yml +++ b/deploy/docker/cn/docker-compose.seekdb.yml @@ -55,8 +55,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -144,7 +142,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -207,13 +205,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -222,7 +220,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -250,7 +248,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.zilliz.yml b/deploy/docker/cn/docker-compose.zilliz.yml index 683ea6a1ba..92c1e2a1bc 100644 --- a/deploy/docker/cn/docker-compose.zilliz.yml +++ b/deploy/docker/cn/docker-compose.zilliz.yml @@ -33,7 +33,6 @@ version: '3.3' services: # Vector DB - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -121,7 +120,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -184,13 +183,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -199,7 +198,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -227,7 +226,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.milvus.yml b/deploy/docker/global/docker-compose.milvus.yml index 7415a2f5f2..0856d2b589 100644 --- a/deploy/docker/global/docker-compose.milvus.yml +++ b/deploy/docker/global/docker-compose.milvus.yml @@ -91,8 +91,6 @@ services: depends_on: - 'milvus-etcd' - 'milvus-minio' - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -180,7 +178,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -243,13 +241,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -258,7 +256,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -286,7 +284,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.oceanbase.yml b/deploy/docker/global/docker-compose.oceanbase.yml index 49d3079e6e..11bd862b2a 100644 --- a/deploy/docker/global/docker-compose.oceanbase.yml +++ b/deploy/docker/global/docker-compose.oceanbase.yml @@ -68,8 +68,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -157,7 +155,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -220,13 +218,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -235,7 +233,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -263,7 +261,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.pg.yml b/deploy/docker/global/docker-compose.pg.yml index cc3372f8db..0720c54533 100644 --- a/deploy/docker/global/docker-compose.pg.yml +++ b/deploy/docker/global/docker-compose.pg.yml @@ -49,8 +49,6 @@ services: interval: 5s timeout: 5s retries: 10 - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -138,7 +136,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -201,13 +199,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -216,7 +214,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -244,7 +242,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.seekdb.yml b/deploy/docker/global/docker-compose.seekdb.yml index 1f6bf5ab8f..ca704de2ef 100644 --- a/deploy/docker/global/docker-compose.seekdb.yml +++ b/deploy/docker/global/docker-compose.seekdb.yml @@ -55,8 +55,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -144,7 +142,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -207,13 +205,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -222,7 +220,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -250,7 +248,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.ziliiz.yml b/deploy/docker/global/docker-compose.ziliiz.yml index 05cdc3c01d..3c047f37a3 100644 --- a/deploy/docker/global/docker-compose.ziliiz.yml +++ b/deploy/docker/global/docker-compose.ziliiz.yml @@ -33,7 +33,6 @@ version: '3.3' services: # Vector DB - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -121,7 +120,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -184,13 +183,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -199,7 +198,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -227,7 +226,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/deploy/templates/docker-compose.prod.yml b/deploy/templates/docker-compose.prod.yml index acad633e54..9733043719 100644 --- a/deploy/templates/docker-compose.prod.yml +++ b/deploy/templates/docker-compose.prod.yml @@ -32,7 +32,6 @@ version: '3.3' services: # Vector DB ${{vec.db}} - mongo: image: ${{mongo.image}}:${{mongo.tag}} # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo diff --git a/deploy/templates/vector/milvus.txt b/deploy/templates/vector/milvus.txt index ebc5f125db..81de0de4ac 100644 --- a/deploy/templates/vector/milvus.txt +++ b/deploy/templates/vector/milvus.txt @@ -55,4 +55,4 @@ retries: 3 depends_on: - 'milvus-etcd' - - 'milvus-minio' + - 'milvus-minio' \ No newline at end of file diff --git a/deploy/templates/vector/ob.txt b/deploy/templates/vector/ob.txt index 7293b1ccf8..f622ce5944 100644 --- a/deploy/templates/vector/ob.txt +++ b/deploy/templates/vector/ob.txt @@ -33,4 +33,4 @@ interval: 30s timeout: 10s retries: 1000 - start_period: 10s + start_period: 10s \ No newline at end of file diff --git a/deploy/templates/vector/pg.txt b/deploy/templates/vector/pg.txt index 0042123d3a..16737bb4a2 100644 --- a/deploy/templates/vector/pg.txt +++ b/deploy/templates/vector/pg.txt @@ -15,4 +15,4 @@ test: ['CMD', 'pg_isready', '-U', 'username', '-d', 'postgres'] interval: 5s timeout: 5s - retries: 10 + retries: 10 \ No newline at end of file diff --git a/deploy/templates/vector/seekdb.txt b/deploy/templates/vector/seekdb.txt index c88dd0085c..3334ae8375 100644 --- a/deploy/templates/vector/seekdb.txt +++ b/deploy/templates/vector/seekdb.txt @@ -20,4 +20,4 @@ interval: 30s timeout: 10s retries: 1000 - start_period: 10s + start_period: 10s \ No newline at end of file diff --git a/document/README.md b/document/README.md index 53771a1f60..0aeb838f2a 100644 --- a/document/README.md +++ b/document/README.md @@ -33,7 +33,7 @@ import { Alert } from '@/components/docs/Alert'; #高亮块组件 快速开始体验 - 海外版:[https://fastgpt.io](https://fastgpt.io) -- 国内版:[https://fastgpt.cn](https://fastgpt.cn) +- 中国大陆:[https://fastgpt.cn](https://fastgpt.cn) import {Redirect} from '@/components/docs/Redirect' #重定向组件,如果你希望用户点击这个文件跳转到别的文件的话,详情参考 `FAQ`的`Docker 部署问题`文档。 diff --git a/document/app/[lang]/docs/layout.tsx b/document/app/[lang]/docs/layout.tsx index 0273233e5e..18942a7985 100644 --- a/document/app/[lang]/docs/layout.tsx +++ b/document/app/[lang]/docs/layout.tsx @@ -26,6 +26,10 @@ export default async function Layout({ title: t('common:introduction', lang), url: lang === 'zh-CN' ? '/docs/introduction' : '/en/docs/introduction' }, + { + title: t('common:api_reference', lang), + url: lang === 'zh-CN' ? '/docs/openapi' : '/en/docs/openapi' + }, { title: t('common:use-cases', lang), url: lang === 'zh-CN' ? '/docs/use-cases' : '/en/docs/use-cases' diff --git a/document/components/docs/not-found.tsx b/document/components/docs/not-found.tsx index 2ba508e6b0..c9285e46bf 100644 --- a/document/components/docs/not-found.tsx +++ b/document/components/docs/not-found.tsx @@ -21,7 +21,7 @@ const prefixMap: Record = { '/docs/guide': '/docs/introduction/guide', '/docs/shopping_cart': '/docs/introduction/shopping_cart', '/docs/agreement': '/docs/protocol', - '/docs/introduction/development/openapi': '/docs/introduction/openapi' + '/docs/introduction/development/openapi': '/docs/openapi' }; const fallbackRedirect = '/docs/introduction'; diff --git a/document/content/docs/introduction/cloud.mdx b/document/content/docs/introduction/cloud.mdx index d47a6f4cef..0af6262152 100644 --- a/document/content/docs/introduction/cloud.mdx +++ b/document/content/docs/introduction/cloud.mdx @@ -5,7 +5,7 @@ description: FastGPT 云服务 ## 服务地址 -- [国内版: https://fastgpt.cn](https://fastgpt.cn) +- [中国大陆: https://fastgpt.cn](https://fastgpt.cn) - [国际版: https://fastgpt.io](https://fastgpt.io) 请按需注册,两个版本账号不互通。 diff --git a/document/content/docs/introduction/development/docker.mdx b/document/content/docs/introduction/development/docker.mdx index 343afd2698..a04faa9891 100644 --- a/document/content/docs/introduction/development/docker.mdx +++ b/document/content/docs/introduction/development/docker.mdx @@ -1,5 +1,5 @@ --- -title: Docker 快速部署 +title: 通过 Docker 部署 description: 使用 Docker Compose 快速部署 FastGPT --- diff --git a/document/content/docs/introduction/development/meta.json b/document/content/docs/introduction/development/meta.json index 9ebcf956c1..70b6ff54d3 100644 --- a/document/content/docs/introduction/development/meta.json +++ b/document/content/docs/introduction/development/meta.json @@ -3,7 +3,6 @@ "description": "FastGPT 社区版", "icon": "🔧", "pages": [ - "quick-start", "sealos", "docker", "faq", diff --git a/document/content/docs/introduction/development/quick-start.mdx b/document/content/docs/introduction/development/quick-start.mdx deleted file mode 100644 index 616c57e76e..0000000000 --- a/document/content/docs/introduction/development/quick-start.mdx +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: 快速开始 -description: 一键启动 FastGPT,进行本地体验 ---- - -import { Alert } from '@/components/docs/Alert'; -import FastGPTLink from '@/components/docs/linkFastGPT'; - -## 本地 Docker 快速体验 - -快速体验将默认使用 PostgreSQL Vector 向量库。 - -### 1. 准备 Docker 环境 - - - - 参考:https://www.docker.com -```bash -# 安装 Docker -curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun -systemctl enable --now docker -# 安装 docker-compose -curl -L https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose -chmod +x /usr/local/bin/docker-compose -# 验证安装 -docker -v -docker-compose -v -# 如失效,自行百度~ -``` - - -推荐直接使用 [Orbstack](https://orbstack.dev/)。可直接通过 Homebrew 来安装: - -```bash -brew install orbstack -``` - -或者直接[下载安装包](https://orbstack.dev/download)进行安装。 - - - -我们建议将源代码和其他数据绑定到 Linux 容器中时,将其存储在 Linux 文件系统中,而不是 Windows 文件系统中。 - -可以选择直接[使用 WSL 2 后端在 Windows 中安装 Docker Desktop](https://docs.docker.com/desktop/wsl/)。 - -也可以直接[在 WSL 2 中安装命令行版本的 Docker](https://nickjanetakis.com/blog/install-docker-in-wsl-2-without-docker-desktop)。 - - - - -### 2. 获取部署文件 - - - -根据您的网络环境选择: - -国内镜像(阿里云) -```bash -bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh) --region=cn --vector=pg -``` -非国内镜像(dockhub, ghcr) -```bash -bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh) --region=global --vector=pg -``` -上述脚本需要在 bash 环境下使用(Windows 用户请使用 Windows WSL,或者使用手动安装) - - -在你有权限的目录下创建一个目录,在目录内下载如下两个文件: - -根据您的网络环境选择下载: -- [国内镜像版本的 docker-compose.yml](https://doc.fastgpt.cn/deploy/docker/cn/docker-compose.pg.yml) -- [非国内镜像版本的 docker-compose.yml](https://doc.fastgpt.cn/deploy/docker/global/docker-compose.pg.yml) - -下载 config.json -- [config.json](https://doc.fastgpt.cn/deploy/config/config.json) - - - - -### 3. 启动 - -```bash -docker compose -f docker-compose.pg.yml up -d -``` - -等待服务启动,通过 http://localhost:3000 进行访问 -默认用户为 `root`,密码为 `1234` - -### Sealos 一键部署 -本地部署起不来?试试 [Sealos 一键部署](sealos)。 - -## 进阶使用 - -### 进行本地开发 - -如果要改代码或者给 FastGPT 贡献代码,请参考:[进行本地开发](intro) - -### 生产环境部署 - -如果要在生产环境进行部署,使用其他的向量库,配置相关的环境变量,请参考:[生产环境部署](docker) diff --git a/document/content/docs/introduction/development/sealos.mdx b/document/content/docs/introduction/development/sealos.mdx index dbaa4fe01b..e5eea3d4a7 100644 --- a/document/content/docs/introduction/development/sealos.mdx +++ b/document/content/docs/introduction/development/sealos.mdx @@ -1,5 +1,5 @@ --- -title: Sealos 一键部署 +title: 通过 Sealos 部署 description: 使用 Sealos 一键部署 FastGPT --- diff --git a/document/content/docs/introduction/meta.json b/document/content/docs/introduction/meta.json index e73ac097c8..de9ccc65c4 100644 --- a/document/content/docs/introduction/meta.json +++ b/document/content/docs/introduction/meta.json @@ -8,8 +8,7 @@ "commercial", "development", "---功能介绍---", - "...guide", - "openapi" + "...guide" ], "order": 1 } diff --git a/document/content/docs/introduction/openapi/meta.json b/document/content/docs/introduction/openapi/meta.json deleted file mode 100644 index 6213adcda9..0000000000 --- a/document/content/docs/introduction/openapi/meta.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "OpenAPI接口文档", - "pages": ["intro", "app", "chat", "dataset", "share","swagger"] -} diff --git a/document/content/docs/introduction/openapi/swagger.mdx b/document/content/docs/introduction/openapi/swagger.mdx deleted file mode 100644 index 2d4ab1757a..0000000000 --- a/document/content/docs/introduction/openapi/swagger.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: API文档下载 -description: FastGPT OpenAPI文档下载 ---- - -以下是目前已自动生成的 API 文档,为当前版本系统的所有接口,不区分是否可通过 API Key 调用。 - -后续所有接口都将做自动化生成,会逐步完善文档。 - -- [国内版 API 文档](https://cloud.fastgpt.cn/openapi) -- [国际版 API 文档](https://cloud.fastgpt.io/openapi) \ No newline at end of file diff --git a/document/content/docs/introduction/openapi/app.mdx b/document/content/docs/openapi/app.mdx similarity index 100% rename from document/content/docs/introduction/openapi/app.mdx rename to document/content/docs/openapi/app.mdx diff --git a/document/content/docs/introduction/openapi/chat.mdx b/document/content/docs/openapi/chat.mdx similarity index 100% rename from document/content/docs/introduction/openapi/chat.mdx rename to document/content/docs/openapi/chat.mdx diff --git a/document/content/docs/introduction/openapi/dataset.mdx b/document/content/docs/openapi/dataset.mdx similarity index 100% rename from document/content/docs/introduction/openapi/dataset.mdx rename to document/content/docs/openapi/dataset.mdx diff --git a/document/content/docs/openapi/index.mdx b/document/content/docs/openapi/index.mdx new file mode 100644 index 0000000000..ea1124e1d1 --- /dev/null +++ b/document/content/docs/openapi/index.mdx @@ -0,0 +1,8 @@ +--- +title: OpenAPI 文档 +description: FastGPT OpenAPI 文档 +--- + +import { Redirect } from '@/components/docs/Redirect'; + + diff --git a/document/content/docs/introduction/openapi/intro.mdx b/document/content/docs/openapi/intro.mdx similarity index 87% rename from document/content/docs/introduction/openapi/intro.mdx rename to document/content/docs/openapi/intro.mdx index 86e4fc3443..5f3b006581 100644 --- a/document/content/docs/introduction/openapi/intro.mdx +++ b/document/content/docs/openapi/intro.mdx @@ -3,6 +3,15 @@ title: OpenAPI 介绍 description: FastGPT OpenAPI 介绍 --- +## 自动化 API 文档 + +自动化 API 文档为当前版本系统的所有接口,不区分是否可通过 API Key 调用。 + +后续所有接口都将做自动化生成,会逐步完善文档。 + +- [中国大陆版 API 文档](https://cloud.fastgpt.cn/openapi) +- [国际版 API 文档](https://cloud.fastgpt.io/openapi) + ## 使用说明 FasGPT OpenAPI 接口允许你使用 Api Key 进行鉴权,从而操作 FastGPT 上的相关服务和资源,例如:调用应用对话接口、上传知识库数据、搜索测试等等。出于兼容性和安全考虑,并不是所有的接口都允许通过 Api Key 访问。 diff --git a/document/content/docs/openapi/meta.json b/document/content/docs/openapi/meta.json new file mode 100644 index 0000000000..fc0292ed94 --- /dev/null +++ b/document/content/docs/openapi/meta.json @@ -0,0 +1,5 @@ +{ + "root": true, + "title": "OpenAPI接口文档", + "pages": ["intro", "app", "chat", "dataset", "share"] +} diff --git a/document/content/docs/introduction/openapi/share.mdx b/document/content/docs/openapi/share.mdx similarity index 99% rename from document/content/docs/introduction/openapi/share.mdx rename to document/content/docs/openapi/share.mdx index 4348a2d5bb..44f94e7622 100644 --- a/document/content/docs/introduction/openapi/share.mdx +++ b/document/content/docs/openapi/share.mdx @@ -148,7 +148,7 @@ curl --location --request POST '{{host}}/shareAuth/start' \ 该接口无规定返回值。 -响应值与[chat 接口格式相同](/docs/introduction/openapi/intro/#响应),仅多了一个`token`。 +响应值与[chat 接口格式相同](/docs/openapi/intro/#响应),仅多了一个`token`。 重点关注:`totalPoints`(总消耗AI积分),`token`(Token消耗总数) diff --git a/document/content/docs/toc.mdx b/document/content/docs/toc.mdx index 5d0b16d932..2558defb34 100644 --- a/document/content/docs/toc.mdx +++ b/document/content/docs/toc.mdx @@ -37,7 +37,6 @@ description: FastGPT 文档目录 - [/docs/introduction/development/proxy/cloudflare](/docs/introduction/development/proxy/cloudflare) - [/docs/introduction/development/proxy/http_proxy](/docs/introduction/development/proxy/http_proxy) - [/docs/introduction/development/proxy/nginx](/docs/introduction/development/proxy/nginx) -- [/docs/introduction/development/quick-start](/docs/introduction/development/quick-start) - [/docs/introduction/development/sealos](/docs/introduction/development/sealos) - [/docs/introduction/development/signoz](/docs/introduction/development/signoz) - [/docs/introduction/guide/DialogBoxes/htmlRendering](/docs/introduction/guide/DialogBoxes/htmlRendering) @@ -92,12 +91,12 @@ description: FastGPT 文档目录 - [/docs/introduction/guide/team_permissions/invitation_link](/docs/introduction/guide/team_permissions/invitation_link) - [/docs/introduction/guide/team_permissions/team_roles_permissions](/docs/introduction/guide/team_permissions/team_roles_permissions) - [/docs/introduction/index](/docs/introduction/index) -- [/docs/introduction/openapi/app](/docs/introduction/openapi/app) -- [/docs/introduction/openapi/chat](/docs/introduction/openapi/chat) -- [/docs/introduction/openapi/dataset](/docs/introduction/openapi/dataset) -- [/docs/introduction/openapi/intro](/docs/introduction/openapi/intro) -- [/docs/introduction/openapi/share](/docs/introduction/openapi/share) -- [/docs/introduction/openapi/swagger](/docs/introduction/openapi/swagger) +- [/docs/openapi/app](/docs/openapi/app) +- [/docs/openapi/chat](/docs/openapi/chat) +- [/docs/openapi/dataset](/docs/openapi/dataset) +- [/docs/openapi/index](/docs/openapi/index) +- [/docs/openapi/intro](/docs/openapi/intro) +- [/docs/openapi/share](/docs/openapi/share) - [/docs/protocol/open-source](/docs/protocol/open-source) - [/docs/protocol/privacy](/docs/protocol/privacy) - [/docs/protocol/terms](/docs/protocol/terms) diff --git a/document/content/docs/upgrading/4-8/464.mdx b/document/content/docs/upgrading/4-8/464.mdx index 414734ff64..b3cf5ef310 100644 --- a/document/content/docs/upgrading/4-8/464.mdx +++ b/document/content/docs/upgrading/4-8/464.mdx @@ -23,7 +23,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv464' \ ## V4.6.4 功能介绍 1. 重写 - 分享链接身份逻辑,采用 localID 记录用户的ID。 -2. 商业版新增 - 分享链接 SSO 方案,通过`身份鉴权`地址,仅需`3个接口`即可完全接入已有用户系统。具体参考[分享链接身份鉴权](/docs/introduction/openapi/share/) +2. 商业版新增 - 分享链接 SSO 方案,通过`身份鉴权`地址,仅需`3个接口`即可完全接入已有用户系统。具体参考[分享链接身份鉴权](/docs/openapi/share/) 3. 新增 - 分享链接更多嵌入方式提示,更多DIY方式。 4. 优化 - 历史记录模块。弃用旧的历史记录模块,直接在对应地方填写数值即可。 5. 调整 - 知识库搜索模块 topk 逻辑,采用 MaxToken 计算,兼容不同长度的文本块 diff --git a/document/content/docs/upgrading/4-8/467.mdx b/document/content/docs/upgrading/4-8/467.mdx index 34e53bcb6c..1377623aaf 100644 --- a/document/content/docs/upgrading/4-8/467.mdx +++ b/document/content/docs/upgrading/4-8/467.mdx @@ -24,7 +24,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv467' \ 1. 修改了知识库UI及新的导入交互方式。 2. 优化知识库和对话的数据索引。 -3. 知识库 openAPI,支持通过 [API 操作知识库](/docs/introduction/openapi/dataset)。 +3. 知识库 openAPI,支持通过 [API 操作知识库](/docs/openapi/dataset)。 4. 新增 - 输入框变量提示。输入 `{` 号后将会获得可用变量提示。根据社区针对高级编排的反馈,我们计划于 2 月份的版本中,优化变量内容,支持模块的局部变量以及更多全局变量写入。 5. 优化 - 切换团队后会保存记录,下次登录时优先登录该团队。 6. 修复 - API 对话时,chatId 冲突问题。 diff --git a/document/content/docs/upgrading/4-8/469.mdx b/document/content/docs/upgrading/4-8/469.mdx index 42209ff69f..a6db6820f9 100644 --- a/document/content/docs/upgrading/4-8/469.mdx +++ b/document/content/docs/upgrading/4-8/469.mdx @@ -27,7 +27,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv469' \ ## 外部接口更新 -1. 由于计费系统变更,[分享链接对话上报接口](/docs/introduction/openapi/share/#5-编写对话结果上报接口可选)需要做一些调整,price字段被totalPoints字段取代。inputToken和outputToken不再提供,只提供`token`字段(总token数量)。 +1. 由于计费系统变更,[分享链接对话上报接口](/docs/openapi/share/#5-编写对话结果上报接口可选)需要做一些调整,price字段被totalPoints字段取代。inputToken和outputToken不再提供,只提供`token`字段(总token数量)。 ## V4.6.9 更新说明 diff --git a/document/content/docs/upgrading/4-9/490.mdx b/document/content/docs/upgrading/4-9/490.mdx index 3fdff1d5f0..b9e1eaf970 100644 --- a/document/content/docs/upgrading/4-9/490.mdx +++ b/document/content/docs/upgrading/4-9/490.mdx @@ -163,7 +163,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \ 1. 弃用 - 之前私有化部署的自定义文件解析方案,请同步更新到最新的配置方案。[点击查看 PDF 增强解析配置](/docs/introduction/development/configuration/#使用-doc2x-解析-pdf-文件) 2. 弃用 - 弃用旧版本地文件上传 API:/api/core/dataset/collection/create/file(以前仅商业版可用的 API,该接口已放切换成:/api/core/dataset/collection/create/localFile) 3. 停止维护,即将弃用 - 外部文件库相关 API,可通过 API 文件库替代。 -4. API更新 - 上传文件至知识库、创建连接集合、API 文件库、推送分块数据等带有 `trainingType` 字段的接口,`trainingType`字段未来仅支持`chunk`和`QA`两种模式。增强索引模式将设置单独字段:`autoIndexes`,目前仍有适配旧版`trainingType=auto`代码,但请尽快变更成新接口类型。具体可见:[知识库 OpenAPI 文档](/docs/introduction/openapi/dataset.md) +4. API更新 - 上传文件至知识库、创建连接集合、API 文件库、推送分块数据等带有 `trainingType` 字段的接口,`trainingType`字段未来仅支持`chunk`和`QA`两种模式。增强索引模式将设置单独字段:`autoIndexes`,目前仍有适配旧版`trainingType=auto`代码,但请尽快变更成新接口类型。具体可见:[知识库 OpenAPI 文档](/docs/openapi/dataset.md) ## 🚀 新增内容 diff --git a/document/content/docs/upgrading/4-9/492.mdx b/document/content/docs/upgrading/4-9/492.mdx index f3cb49e19d..45c48852d2 100644 --- a/document/content/docs/upgrading/4-9/492.mdx +++ b/document/content/docs/upgrading/4-9/492.mdx @@ -33,7 +33,7 @@ description: FastGPT V4.9.2 更新说明 ## 重要更新 -- 知识库导入数据 API 变更,增加`chunkSettingMode`,`chunkSplitMode`,`indexSize`可选参数,具体可参考 [知识库导入数据 API](/docs/introduction/openapi/dataset) 文档。 +- 知识库导入数据 API 变更,增加`chunkSettingMode`,`chunkSplitMode`,`indexSize`可选参数,具体可参考 [知识库导入数据 API](/docs/openapi/dataset) 文档。 ## 🚀 新增内容 diff --git a/document/content/docs/use-cases/external-integration/official_account.mdx b/document/content/docs/use-cases/external-integration/official_account.mdx index 5bbdd72e8b..679c887c8a 100644 --- a/document/content/docs/use-cases/external-integration/official_account.mdx +++ b/document/content/docs/use-cases/external-integration/official_account.mdx @@ -60,7 +60,7 @@ description: FastGPT 接入微信公众号教程 35.247.161.35 ``` -国内版用户(fastgpt.cn)可以填写下面的 IP 白名单: +中国大陆用户(fastgpt.cn)可以填写下面的 IP 白名单: ``` 47.97.1.240 diff --git a/document/content/docs/use-cases/external-integration/openapi.mdx b/document/content/docs/use-cases/external-integration/openapi.mdx index 648d526689..76a0909a12 100644 --- a/document/content/docs/use-cases/external-integration/openapi.mdx +++ b/document/content/docs/use-cases/external-integration/openapi.mdx @@ -5,7 +5,7 @@ description: 通过 API 访问 FastGPT 应用 import { Alert } from '@/components/docs/Alert'; -在 FastGPT 中,你可以为每一个应用创建多个 API 密钥,用于访问应用的 API 接口。每个密钥仅能访问一个应用。完整的接口可以[查看应用对话接口](/docs/introduction/openapi/intro)。 +在 FastGPT 中,你可以为每一个应用创建多个 API 密钥,用于访问应用的 API 接口。每个密钥仅能访问一个应用。完整的接口可以[查看应用对话接口](/docs/openapi/intro)。 ## 获取 API 密钥 diff --git a/document/data/doc-last-modified.json b/document/data/doc-last-modified.json index 523f9fe787..0631591b1e 100644 --- a/document/data/doc-last-modified.json +++ b/document/data/doc-last-modified.json @@ -20,9 +20,9 @@ "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/design_plugin.mdx": "2025-11-06T14:47:55+08:00", - "document/content/docs/introduction/development/docker.mdx": "2026-02-12T16:37:50+08:00", + "document/content/docs/introduction/development/docker.mdx": "2026-02-12T18:02:02+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": "2026-02-12T18:02:02+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_mongo.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/development/modelConfig/ai-proxy.mdx": "2025-08-05T23:20:39+08:00", @@ -34,7 +34,6 @@ "document/content/docs/introduction/development/proxy/cloudflare.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/development/proxy/http_proxy.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/development/proxy/nginx.mdx": "2025-07-23T21:35:03+08:00", - "document/content/docs/introduction/development/quick-start.mdx": "2025-10-21T11:58:25+08:00", "document/content/docs/introduction/development/sealos.mdx": "2025-11-11T14:05:02+08:00", "document/content/docs/introduction/development/signoz.mdx": "2026-02-12T16:37:50+08:00", "document/content/docs/introduction/guide/DialogBoxes/htmlRendering.mdx": "2025-07-23T21:35:03+08:00", @@ -89,12 +88,6 @@ "document/content/docs/introduction/guide/team_permissions/invitation_link.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/guide/team_permissions/team_roles_permissions.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/introduction/index.mdx": "2025-09-29T11:34:11+08:00", - "document/content/docs/introduction/openapi/app.mdx": "2026-02-12T16:37:50+08:00", - "document/content/docs/introduction/openapi/chat.mdx": "2026-02-12T16:37:50+08:00", - "document/content/docs/introduction/openapi/dataset.mdx": "2026-02-12T16:37:50+08:00", - "document/content/docs/introduction/openapi/intro.mdx": "2026-02-12T16:37:50+08:00", - "document/content/docs/introduction/openapi/share.mdx": "2026-02-12T16:37:50+08:00", - "document/content/docs/introduction/openapi/swagger.mdx": "2026-02-12T16:37:50+08:00", "document/content/docs/protocol/index.mdx": "2025-07-30T15:38:30+08:00", "document/content/docs/protocol/open-source.en.mdx": "2025-08-05T23:20:39+08:00", "document/content/docs/protocol/open-source.mdx": "2025-08-05T23:20:39+08:00", @@ -102,6 +95,7 @@ "document/content/docs/protocol/privacy.mdx": "2025-12-15T23:36:54+08:00", "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": "2026-02-12T18:02:02+08:00", "document/content/docs/toc.mdx": "2026-02-12T16:37:50+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", @@ -123,7 +117,7 @@ "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-02-12T16:37:50+08:00", - "document/content/docs/upgrading/4-14/4147.mdx": "2026-02-12T16:37:50+08:00", + "document/content/docs/upgrading/4-14/4147.mdx": "2026-02-12T18:02:02+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", @@ -142,12 +136,12 @@ "document/content/docs/upgrading/4-8/461.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/462.mdx": "2025-08-04T22:07:52+08:00", "document/content/docs/upgrading/4-8/463.mdx": "2025-08-02T19:38:37+08:00", - "document/content/docs/upgrading/4-8/464.mdx": "2025-08-04T18:10:58+08:00", + "document/content/docs/upgrading/4-8/464.mdx": "2026-02-12T18:02:02+08:00", "document/content/docs/upgrading/4-8/465.mdx": "2025-08-05T23:20:39+08:00", "document/content/docs/upgrading/4-8/466.mdx": "2025-08-05T23:20:39+08:00", - "document/content/docs/upgrading/4-8/467.mdx": "2025-08-04T18:10:58+08:00", + "document/content/docs/upgrading/4-8/467.mdx": "2026-02-12T18:02:02+08:00", "document/content/docs/upgrading/4-8/468.mdx": "2025-08-05T23:20:39+08:00", - "document/content/docs/upgrading/4-8/469.mdx": "2025-08-04T18:10:58+08:00", + "document/content/docs/upgrading/4-8/469.mdx": "2026-02-12T18:02:02+08:00", "document/content/docs/upgrading/4-8/47.mdx": "2025-08-05T23:20:39+08:00", "document/content/docs/upgrading/4-8/471.mdx": "2025-08-05T23:20:39+08:00", "document/content/docs/upgrading/4-8/48.mdx": "2025-08-02T19:38:37+08:00", @@ -174,14 +168,14 @@ "document/content/docs/upgrading/4-8/487.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/488.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/489.mdx": "2025-08-02T19:38:37+08:00", - "document/content/docs/upgrading/4-9/490.mdx": "2025-08-05T23:20:39+08:00", + "document/content/docs/upgrading/4-9/490.mdx": "2026-02-12T18:02:02+08:00", "document/content/docs/upgrading/4-9/491.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-9/4910.mdx": "2025-08-04T22:07:52+08:00", "document/content/docs/upgrading/4-9/4911.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-9/4912.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-9/4913.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-9/4914.mdx": "2025-08-02T19:38:37+08:00", - "document/content/docs/upgrading/4-9/492.mdx": "2025-08-04T18:10:58+08:00", + "document/content/docs/upgrading/4-9/492.mdx": "2026-02-12T18:02:02+08:00", "document/content/docs/upgrading/4-9/493.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-9/494.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-9/495.mdx": "2025-08-02T19:38:37+08:00", @@ -202,7 +196,7 @@ "document/content/docs/use-cases/external-integration/dingtalk.mdx": "2025-07-23T21:35:03+08:00", "document/content/docs/use-cases/external-integration/feishu.mdx": "2025-07-24T14:23:04+08:00", "document/content/docs/use-cases/external-integration/official_account.mdx": "2025-08-05T23:20:39+08:00", - "document/content/docs/use-cases/external-integration/openapi.mdx": "2025-09-29T11:34:11+08:00", + "document/content/docs/use-cases/external-integration/openapi.mdx": "2026-02-12T18:02:02+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" } \ No newline at end of file diff --git a/document/i18n/en/common.json b/document/i18n/en/common.json index 9d5413a6e9..3262f4197b 100644 --- a/document/i18n/en/common.json +++ b/document/i18n/en/common.json @@ -12,6 +12,7 @@ "resources": "Resources" }, "introduction": "Introduction", + "api_reference": "API Reference", "use-cases": "Use Cases", "api": "API", "protocol": "Protocol", diff --git a/document/i18n/zh-CN/common.json b/document/i18n/zh-CN/common.json index 0b3d6429da..c654e9f78b 100644 --- a/document/i18n/zh-CN/common.json +++ b/document/i18n/zh-CN/common.json @@ -12,6 +12,7 @@ "resources": "资源" }, "introduction": "使用文档", + "api_reference": "API 文档", "use-cases": "使用场景", "api": "API 手册", "protocol": "协议", diff --git a/document/public/deploy/docker/cn/docker-compose.milvus.yml b/document/public/deploy/docker/cn/docker-compose.milvus.yml index e472ced84e..eb177d3566 100644 --- a/document/public/deploy/docker/cn/docker-compose.milvus.yml +++ b/document/public/deploy/docker/cn/docker-compose.milvus.yml @@ -91,8 +91,6 @@ services: depends_on: - 'milvus-etcd' - 'milvus-minio' - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -180,7 +178,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -243,13 +241,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -258,7 +256,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -286,7 +284,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.oceanbase.yml b/document/public/deploy/docker/cn/docker-compose.oceanbase.yml index 918a091b53..1218f6e89f 100644 --- a/document/public/deploy/docker/cn/docker-compose.oceanbase.yml +++ b/document/public/deploy/docker/cn/docker-compose.oceanbase.yml @@ -68,8 +68,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -157,7 +155,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -220,13 +218,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -235,7 +233,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -263,7 +261,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.pg.yml b/document/public/deploy/docker/cn/docker-compose.pg.yml index bf0abdc554..5ced79a71d 100644 --- a/document/public/deploy/docker/cn/docker-compose.pg.yml +++ b/document/public/deploy/docker/cn/docker-compose.pg.yml @@ -49,8 +49,6 @@ services: interval: 5s timeout: 5s retries: 10 - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -138,7 +136,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -201,13 +199,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -216,7 +214,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -244,7 +242,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.seekdb.yml b/document/public/deploy/docker/cn/docker-compose.seekdb.yml index 0b10f9619e..04c9bd8130 100644 --- a/document/public/deploy/docker/cn/docker-compose.seekdb.yml +++ b/document/public/deploy/docker/cn/docker-compose.seekdb.yml @@ -55,8 +55,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -144,7 +142,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -207,13 +205,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -222,7 +220,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -250,7 +248,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.zilliz.yml b/document/public/deploy/docker/cn/docker-compose.zilliz.yml index 683ea6a1ba..92c1e2a1bc 100644 --- a/document/public/deploy/docker/cn/docker-compose.zilliz.yml +++ b/document/public/deploy/docker/cn/docker-compose.zilliz.yml @@ -33,7 +33,6 @@ version: '3.3' services: # Vector DB - mongo: image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -121,7 +120,7 @@ services: fastgpt: container_name: fastgpt - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.6.1 # git + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -184,13 +183,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -199,7 +198,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.1 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -227,7 +226,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.2 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.milvus.yml b/document/public/deploy/docker/global/docker-compose.milvus.yml index 7415a2f5f2..0856d2b589 100644 --- a/document/public/deploy/docker/global/docker-compose.milvus.yml +++ b/document/public/deploy/docker/global/docker-compose.milvus.yml @@ -91,8 +91,6 @@ services: depends_on: - 'milvus-etcd' - 'milvus-minio' - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -180,7 +178,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -243,13 +241,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -258,7 +256,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -286,7 +284,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.oceanbase.yml b/document/public/deploy/docker/global/docker-compose.oceanbase.yml index 49d3079e6e..11bd862b2a 100644 --- a/document/public/deploy/docker/global/docker-compose.oceanbase.yml +++ b/document/public/deploy/docker/global/docker-compose.oceanbase.yml @@ -68,8 +68,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -157,7 +155,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -220,13 +218,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -235,7 +233,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -263,7 +261,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.pg.yml b/document/public/deploy/docker/global/docker-compose.pg.yml index cc3372f8db..0720c54533 100644 --- a/document/public/deploy/docker/global/docker-compose.pg.yml +++ b/document/public/deploy/docker/global/docker-compose.pg.yml @@ -49,8 +49,6 @@ services: interval: 5s timeout: 5s retries: 10 - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -138,7 +136,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -201,13 +199,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -216,7 +214,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -244,7 +242,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.seekdb.yml b/document/public/deploy/docker/global/docker-compose.seekdb.yml index 1f6bf5ab8f..ca704de2ef 100644 --- a/document/public/deploy/docker/global/docker-compose.seekdb.yml +++ b/document/public/deploy/docker/global/docker-compose.seekdb.yml @@ -55,8 +55,6 @@ services: timeout: 10s retries: 1000 start_period: 10s - - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -144,7 +142,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -207,13 +205,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -222,7 +220,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -250,7 +248,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.ziliiz.yml b/document/public/deploy/docker/global/docker-compose.ziliiz.yml index 05cdc3c01d..3c047f37a3 100644 --- a/document/public/deploy/docker/global/docker-compose.ziliiz.yml +++ b/document/public/deploy/docker/global/docker-compose.ziliiz.yml @@ -33,7 +33,6 @@ version: '3.3' services: # Vector DB - mongo: image: mongo:5.0.32 # cpu 不支持 AVX 时候使用 4.4.29 container_name: mongo @@ -121,7 +120,7 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.14.6.1 # git + image: ghcr.io/labring/fastgpt:v4.14.7 # git ports: - 3000:3000 networks: @@ -184,13 +183,13 @@ services: - ./config.json:/app/data/config.json sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.14.6 + image: ghcr.io/labring/fastgpt-sandbox:v4.14.7 networks: - fastgpt restart: always fastgpt-mcp-server: container_name: fastgpt-mcp-server - image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6 + image: ghcr.io/labring/fastgpt-mcp_server:v4.14.7 networks: - fastgpt ports: @@ -199,7 +198,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.1 + image: ghcr.io/labring/fastgpt-plugin:v0.5.3 container_name: fastgpt-plugin restart: always networks: @@ -227,7 +226,7 @@ services: condition: service_healthy # AI Proxy aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.2 + image: ghcr.io/labring/aiproxy:v0.3.5 container_name: aiproxy restart: unless-stopped depends_on: diff --git a/projects/app/src/components/support/apikey/Table.tsx b/projects/app/src/components/support/apikey/Table.tsx index 6b135739dc..f4af306245 100644 --- a/projects/app/src/components/support/apikey/Table.tsx +++ b/projects/app/src/components/support/apikey/Table.tsx @@ -97,7 +97,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => { {feConfigs?.docUrl && (