Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
c8d8ca13
authored
Feb 12, 2026
by
Archer
Committed by
GitHub
Feb 12, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc (#6421)
* doc * version * doc
parent
0ac8bca1
Hide whitespace changes
Inline
Side-by-side
Showing
60 changed files
with
211 additions
and
353 deletions
+211
-353
README.md
+31
-44
deploy/args.json
+5
-5
deploy/dev/docker-compose.cn.yml
+4
-4
deploy/dev/docker-compose.yml
+4
-4
deploy/docker/cn/docker-compose.milvus.yml
+5
-7
deploy/docker/cn/docker-compose.oceanbase.yml
+5
-7
deploy/docker/cn/docker-compose.pg.yml
+5
-7
deploy/docker/cn/docker-compose.seekdb.yml
+5
-7
deploy/docker/cn/docker-compose.zilliz.yml
+5
-6
deploy/docker/global/docker-compose.milvus.yml
+5
-7
deploy/docker/global/docker-compose.oceanbase.yml
+5
-7
deploy/docker/global/docker-compose.pg.yml
+5
-7
deploy/docker/global/docker-compose.seekdb.yml
+5
-7
deploy/docker/global/docker-compose.ziliiz.yml
+5
-6
deploy/templates/docker-compose.prod.yml
+0
-1
deploy/templates/vector/milvus.txt
+2
-1
deploy/templates/vector/ob.txt
+2
-1
deploy/templates/vector/pg.txt
+2
-1
deploy/templates/vector/seekdb.txt
+2
-1
document/README.md
+1
-1
document/app/[lang]/docs/layout.tsx
+4
-0
document/components/docs/not-found.tsx
+1
-1
document/content/docs/introduction/cloud.mdx
+1
-1
document/content/docs/introduction/development/docker.mdx
+1
-1
document/content/docs/introduction/development/meta.json
+0
-1
document/content/docs/introduction/development/quick-start.mdx
+0
-100
document/content/docs/introduction/development/sealos.mdx
+1
-1
document/content/docs/introduction/meta.json
+1
-2
document/content/docs/introduction/openapi/swagger.mdx
+0
-12
document/content/docs/openapi/app.mdx
+0
-0
document/content/docs/openapi/chat.mdx
+0
-0
document/content/docs/openapi/dataset.mdx
+0
-0
document/content/docs/openapi/index.mdx
+8
-0
document/content/docs/openapi/intro.mdx
+9
-0
document/content/docs/openapi/meta.json
+2
-1
document/content/docs/openapi/share.mdx
+1
-1
document/content/docs/toc.mdx
+6
-7
document/content/docs/upgrading/4-8/464.mdx
+1
-1
document/content/docs/upgrading/4-8/467.mdx
+1
-1
document/content/docs/upgrading/4-8/469.mdx
+1
-1
document/content/docs/upgrading/4-9/490.mdx
+1
-1
document/content/docs/upgrading/4-9/492.mdx
+1
-1
document/content/docs/use-cases/external-integration/official_account.mdx
+1
-1
document/content/docs/use-cases/external-integration/openapi.mdx
+1
-1
document/data/doc-last-modified.json
+11
-16
document/i18n/en/common.json
+1
-0
document/i18n/zh-CN/common.json
+1
-0
document/public/deploy/docker/cn/docker-compose.milvus.yml
+5
-7
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+5
-7
document/public/deploy/docker/cn/docker-compose.pg.yml
+5
-7
document/public/deploy/docker/cn/docker-compose.seekdb.yml
+5
-7
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+5
-6
document/public/deploy/docker/global/docker-compose.milvus.yml
+5
-7
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+5
-7
document/public/deploy/docker/global/docker-compose.pg.yml
+5
-7
document/public/deploy/docker/global/docker-compose.seekdb.yml
+5
-7
document/public/deploy/docker/global/docker-compose.ziliiz.yml
+5
-6
projects/app/src/components/support/apikey/Table.tsx
+1
-1
projects/app/src/pageComponents/app/detail/Publish/Link/index.tsx
+1
-1
projects/app/src/service/common/system/index.ts
+1
-1
No files found.
README.md
View file @
c8d8ca13
...
@@ -31,21 +31,39 @@ FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、
...
@@ -31,21 +31,39 @@ FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、
https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4
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/intro1.png
)
| !
[
Demo
](
./.github/imgs/intro2.jpg
)
|
| !
[
Demo
](
./.github/imgs/intro3.png
)
| !
[
Demo
](
./.github/imgs/intro4.png
)
|
| !
[
Demo
](
./.github/imgs/intro3.png
)
| !
[
Demo
](
./.github/imgs/intro4.png
)
|
<a
href=
"#readme"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
</a>
## 💡 核心功能
`1`
应用编排能力
`1`
应用编排能力
-
[
x
]
规划 Agent 模式。
-
[
x
]
规划 Agent 模式。
-
[
x
]
对话工作流、插件工作流,包含基础的 RPA 节点。
-
[
x
]
对话工作流、插件工作流,包含基础的 RPA 节点。
...
@@ -92,34 +110,15 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
...
@@ -92,34 +110,15 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
</a>
</a>
##
👨💻 开发
##
💪 我们的项目 & 链接
项目技术栈:NextJs + TS + ChakraUI + MongoDB + PostgreSQL (PG Vector 插件)/Milvus
-
[
快速开始本地开发
](
https://doc.fastgpt.io/docs/introduction/development/intro/
)
-
[
OpenAPI 文档
](
https://doc.fastgpt.io/docs/openapi/intro
)
-
**⚡ 快速部署**
> 使用 [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/
)
<a
href=
"#readme"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
</a>
## 💪 相关项目
-
[
FastGPT-plugin
](
https://github.com/labring/fastgpt-plugin
)
-
[
FastGPT-plugin
](
https://github.com/labring/fastgpt-plugin
)
-
[
AI Proxy: 模型聚合负载均衡服务
](
https://github.com/labring/aiproxy
)
-
[
Laf:3 分钟快速接入三方应用
](
https://github.com/labring/laf
)
-
[
Laf:3 分钟快速接入三方应用
](
https://github.com/labring/laf
)
-
[
Sealos:快速部署集群应用
](
https://github.com/labring/sealos
)
-
[
Sealos:快速部署集群应用
](
https://github.com/labring/sealos
)
-
[
One API:多模型管理,支持 Azure、文心一言等
](
https://github.com/songquanpeng/one-api
)
<a
href=
"#readme"
>
<a
href=
"#readme"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
...
@@ -127,7 +126,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
...
@@ -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
)
-
[
SiliconCloud (硅基流动) —— 开源模型在线体验平台
](
https://cloud.siliconflow.cn/i/TR9Ym0c4
)
-
[
PPIO 派欧云:一键调用高性价比的开源模型 API 和 GPU 容器
](
https://ppinfra.com/user/register?invited_by=VITYVU&utm_source=github_fastgpt
)
-
[
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
...
@@ -145,18 +144,6 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
</a>
</a>
## 👀 其他
-
[
保姆级 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
)
<a
href=
"#readme"
>
<div
align=
"center"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
width=
"50"
>
</div>
</a>
## 🤝 贡献者
## 🤝 贡献者
我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以查看我们的 GitHub
[
Issues
](
https://github.com/labring/FastGPT/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
)
,大展身手,向我们展示你的奇思妙想。
我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以查看我们的 GitHub
[
Issues
](
https://github.com/labring/FastGPT/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
)
,大展身手,向我们展示你的奇思妙想。
...
...
deploy/args.json
View file @
c8d8ca13
{
{
"tags"
:
{
"tags"
:
{
"fastgpt"
:
"v4.14.
6.1
"
,
"fastgpt"
:
"v4.14.
7
"
,
"fastgpt-sandbox"
:
"v4.14.
6
"
,
"fastgpt-sandbox"
:
"v4.14.
7
"
,
"fastgpt-mcp_server"
:
"v4.14.
6
"
,
"fastgpt-mcp_server"
:
"v4.14.
7
"
,
"fastgpt-plugin"
:
"v0.5.
1
"
,
"fastgpt-plugin"
:
"v0.5.
3
"
,
"aiproxy"
:
"v0.3.
2
"
,
"aiproxy"
:
"v0.3.
5
"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"mongo"
:
"5.0.32"
,
"mongo"
:
"5.0.32"
,
"redis"
:
"7.2-alpine"
,
"redis"
:
"7.2-alpine"
,
...
...
deploy/dev/docker-compose.cn.yml
View file @
c8d8ca13
...
@@ -136,7 +136,7 @@ services:
...
@@ -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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -144,7 +144,7 @@ services:
...
@@ -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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -153,7 +153,7 @@ services:
...
@@ -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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
@@ -180,7 +180,7 @@ services:
...
@@ -180,7 +180,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
ports
:
ports
:
...
...
deploy/dev/docker-compose.yml
View file @
c8d8ca13
...
@@ -136,7 +136,7 @@ services:
...
@@ -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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -144,7 +144,7 @@ services:
...
@@ -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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -153,7 +153,7 @@ services:
...
@@ -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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
@@ -180,7 +180,7 @@ services:
...
@@ -180,7 +180,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
ports
:
ports
:
...
...
deploy/docker/cn/docker-compose.milvus.yml
View file @
c8d8ca13
...
@@ -91,8 +91,6 @@ services:
...
@@ -91,8 +91,6 @@ services:
depends_on
:
depends_on
:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
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
...
@@ -180,7 +178,7 @@ services:
...
@@ -180,7 +178,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -243,13 +241,13 @@ services:
...
@@ -243,13 +241,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -258,7 +256,7 @@ services:
...
@@ -258,7 +256,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -286,7 +284,7 @@ services:
...
@@ -286,7 +284,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
c8d8ca13
...
@@ -68,8 +68,6 @@ services:
...
@@ -68,8 +68,6 @@ services:
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
...
@@ -157,7 +155,7 @@ services:
...
@@ -157,7 +155,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -220,13 +218,13 @@ services:
...
@@ -220,13 +218,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -235,7 +233,7 @@ services:
...
@@ -235,7 +233,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -263,7 +261,7 @@ services:
...
@@ -263,7 +261,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/cn/docker-compose.pg.yml
View file @
c8d8ca13
...
@@ -49,8 +49,6 @@ services:
...
@@ -49,8 +49,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
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
...
@@ -138,7 +136,7 @@ services:
...
@@ -138,7 +136,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +199,13 @@ services:
...
@@ -201,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +214,7 @@ services:
...
@@ -216,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -244,7 +242,7 @@ services:
...
@@ -244,7 +242,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/cn/docker-compose.seekdb.yml
View file @
c8d8ca13
...
@@ -55,8 +55,6 @@ services:
...
@@ -55,8 +55,6 @@ services:
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
...
@@ -144,7 +142,7 @@ services:
...
@@ -144,7 +142,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -207,13 +205,13 @@ services:
...
@@ -207,13 +205,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -222,7 +220,7 @@ services:
...
@@ -222,7 +220,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -250,7 +248,7 @@ services:
...
@@ -250,7 +248,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/cn/docker-compose.zilliz.yml
View file @
c8d8ca13
...
@@ -33,7 +33,6 @@ version: '3.3'
...
@@ -33,7 +33,6 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
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
...
@@ -121,7 +120,7 @@ services:
...
@@ -121,7 +120,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +183,13 @@ services:
...
@@ -184,13 +183,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +198,7 @@ services:
...
@@ -199,7 +198,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -227,7 +226,7 @@ services:
...
@@ -227,7 +226,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/global/docker-compose.milvus.yml
View file @
c8d8ca13
...
@@ -91,8 +91,6 @@ services:
...
@@ -91,8 +91,6 @@ services:
depends_on
:
depends_on
:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -180,7 +178,7 @@ services:
...
@@ -180,7 +178,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -243,13 +241,13 @@ services:
...
@@ -243,13 +241,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -258,7 +256,7 @@ services:
...
@@ -258,7 +256,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -286,7 +284,7 @@ services:
...
@@ -286,7 +284,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/global/docker-compose.oceanbase.yml
View file @
c8d8ca13
...
@@ -68,8 +68,6 @@ services:
...
@@ -68,8 +68,6 @@ services:
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -157,7 +155,7 @@ services:
...
@@ -157,7 +155,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -220,13 +218,13 @@ services:
...
@@ -220,13 +218,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -235,7 +233,7 @@ services:
...
@@ -235,7 +233,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -263,7 +261,7 @@ services:
...
@@ -263,7 +261,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/global/docker-compose.pg.yml
View file @
c8d8ca13
...
@@ -49,8 +49,6 @@ services:
...
@@ -49,8 +49,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -138,7 +136,7 @@ services:
...
@@ -138,7 +136,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +199,13 @@ services:
...
@@ -201,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +214,7 @@ services:
...
@@ -216,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -244,7 +242,7 @@ services:
...
@@ -244,7 +242,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/global/docker-compose.seekdb.yml
View file @
c8d8ca13
...
@@ -55,8 +55,6 @@ services:
...
@@ -55,8 +55,6 @@ services:
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -144,7 +142,7 @@ services:
...
@@ -144,7 +142,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -207,13 +205,13 @@ services:
...
@@ -207,13 +205,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -222,7 +220,7 @@ services:
...
@@ -222,7 +220,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -250,7 +248,7 @@ services:
...
@@ -250,7 +248,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/global/docker-compose.ziliiz.yml
View file @
c8d8ca13
...
@@ -33,7 +33,6 @@ version: '3.3'
...
@@ -33,7 +33,6 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -121,7 +120,7 @@ services:
...
@@ -121,7 +120,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +183,13 @@ services:
...
@@ -184,13 +183,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +198,7 @@ services:
...
@@ -199,7 +198,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -227,7 +226,7 @@ services:
...
@@ -227,7 +226,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/templates/docker-compose.prod.yml
View file @
c8d8ca13
...
@@ -32,7 +32,6 @@ version: '3.3'
...
@@ -32,7 +32,6 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
${{vec.db}}
${{vec.db}}
mongo
:
mongo
:
image
:
${{mongo.image}}:${{mongo.tag}}
# cpu 不支持 AVX 时候使用 4.4.29
image
:
${{mongo.image}}:${{mongo.tag}}
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
...
deploy/templates/vector/milvus.txt
View file @
c8d8ca13
...
@@ -55,4 +55,4 @@
...
@@ -55,4 +55,4 @@
retries: 3
retries: 3
depends_on:
depends_on:
- 'milvus-etcd'
- 'milvus-etcd'
- 'milvus-minio'
- 'milvus-minio'
\ No newline at end of file
deploy/templates/vector/ob.txt
View file @
c8d8ca13
...
@@ -33,4 +33,4 @@
...
@@ -33,4 +33,4 @@
interval: 30s
interval: 30s
timeout: 10s
timeout: 10s
retries: 1000
retries: 1000
start_period: 10s
start_period: 10s
\ No newline at end of file
deploy/templates/vector/pg.txt
View file @
c8d8ca13
...
@@ -15,4 +15,4 @@
...
@@ -15,4 +15,4 @@
test: ['CMD', 'pg_isready', '-U', 'username', '-d', 'postgres']
test: ['CMD', 'pg_isready', '-U', 'username', '-d', 'postgres']
interval: 5s
interval: 5s
timeout: 5s
timeout: 5s
retries: 10
retries: 10
\ No newline at end of file
deploy/templates/vector/seekdb.txt
View file @
c8d8ca13
...
@@ -20,4 +20,4 @@
...
@@ -20,4 +20,4 @@
interval: 30s
interval: 30s
timeout: 10s
timeout: 10s
retries: 1000
retries: 1000
start_period: 10s
start_period: 10s
\ No newline at end of file
document/README.md
View file @
c8d8ca13
...
@@ -33,7 +33,7 @@ import { Alert } from '@/components/docs/Alert'; #高亮块组件
...
@@ -33,7 +33,7 @@ import { Alert } from '@/components/docs/Alert'; #高亮块组件
<Alert
icon
=
"🤖"
context
=
"success"
>
<Alert
icon
=
"🤖"
context
=
"success"
>
快速开始体验
快速开始体验
- 海外版:[https://fastgpt.io]
(
https://fastgpt.io
)
- 海外版:[https://fastgpt.io]
(
https://fastgpt.io
)
-
国内版
:[https://fastgpt.cn]
(
https://fastgpt.cn
)
-
中国大陆
:[https://fastgpt.cn]
(
https://fastgpt.cn
)
</Alert>
</Alert>
import
{
Redirect
}
from
'@/components/docs/Redirect'
#重定向组件,如果你希望用户点击这个文件跳转到别的文件的话,详情参考 `FAQ`的`Docker 部署问题`文档。
import
{
Redirect
}
from
'@/components/docs/Redirect'
#重定向组件,如果你希望用户点击这个文件跳转到别的文件的话,详情参考 `FAQ`的`Docker 部署问题`文档。
...
...
document/app/[lang]/docs/layout.tsx
View file @
c8d8ca13
...
@@ -27,6 +27,10 @@ export default async function Layout({
...
@@ -27,6 +27,10 @@ export default async function Layout({
url
:
lang
===
'zh-CN'
?
'/docs/introduction'
:
'/en/docs/introduction'
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
),
title
:
t
(
'common:use-cases'
,
lang
),
url
:
lang
===
'zh-CN'
?
'/docs/use-cases'
:
'/en/docs/use-cases'
url
:
lang
===
'zh-CN'
?
'/docs/use-cases'
:
'/en/docs/use-cases'
},
},
...
...
document/components/docs/not-found.tsx
View file @
c8d8ca13
...
@@ -21,7 +21,7 @@ const prefixMap: Record<string, string> = {
...
@@ -21,7 +21,7 @@ const prefixMap: Record<string, string> = {
'/docs/guide'
:
'/docs/introduction/guide'
,
'/docs/guide'
:
'/docs/introduction/guide'
,
'/docs/shopping_cart'
:
'/docs/introduction/shopping_cart'
,
'/docs/shopping_cart'
:
'/docs/introduction/shopping_cart'
,
'/docs/agreement'
:
'/docs/protocol'
,
'/docs/agreement'
:
'/docs/protocol'
,
'/docs/introduction/development/openapi'
:
'/docs/
introduction/
openapi'
'/docs/introduction/development/openapi'
:
'/docs/openapi'
};
};
const
fallbackRedirect
=
'/docs/introduction'
;
const
fallbackRedirect
=
'/docs/introduction'
;
...
...
document/content/docs/introduction/cloud.mdx
View file @
c8d8ca13
...
@@ -5,7 +5,7 @@ description: FastGPT 云服务
...
@@ -5,7 +5,7 @@ description: FastGPT 云服务
## 服务地址
## 服务地址
- [
国内版
: https://fastgpt.cn](https://fastgpt.cn)
- [
中国大陆
: https://fastgpt.cn](https://fastgpt.cn)
- [国际版: https://fastgpt.io](https://fastgpt.io)
- [国际版: https://fastgpt.io](https://fastgpt.io)
请按需注册,两个版本账号不互通。
请按需注册,两个版本账号不互通。
document/content/docs/introduction/development/docker.mdx
View file @
c8d8ca13
---
---
title:
Docker 快速
部署
title:
通过 Docker
部署
description: 使用 Docker Compose 快速部署 FastGPT
description: 使用 Docker Compose 快速部署 FastGPT
---
---
...
...
document/content/docs/introduction/development/meta.json
View file @
c8d8ca13
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
"description"
:
"FastGPT 社区版"
,
"description"
:
"FastGPT 社区版"
,
"icon"
:
"🔧"
,
"icon"
:
"🔧"
,
"pages"
:
[
"pages"
:
[
"quick-start"
,
"sealos"
,
"sealos"
,
"docker"
,
"docker"
,
"faq"
,
"faq"
,
...
...
document/content/docs/introduction/development/quick-start.mdx
deleted
100644 → 0
View file @
0ac8bca1
---
title: 快速开始
description: 一键启动 FastGPT,进行本地体验
---
import { Alert } from '@/components/docs/Alert';
import FastGPTLink from '@/components/docs/linkFastGPT';
## 本地 Docker 快速体验
快速体验将默认使用 PostgreSQL Vector 向量库。
### 1. 准备 Docker 环境
<Tabs items={['Linux','MacOS','Windows']}>
<Tab value="Linux">
参考: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
# 如失效,自行百度~
```
</Tab>
<Tab value="MacOS">
推荐直接使用 [Orbstack](https://orbstack.dev/)。可直接通过 Homebrew 来安装:
```bash
brew install orbstack
```
或者直接[下载安装包](https://orbstack.dev/download)进行安装。
</Tab>
<Tab value="Windows">
我们建议将源代码和其他数据绑定到 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)。
</Tab>
</Tabs>
### 2. 获取部署文件
<Tabs items={['使用 bash 脚本一键安装','手动安装']}>
<Tab value="使用 bash 脚本一键安装">
根据您的网络环境选择:
国内镜像(阿里云)
```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,或者使用手动安装)
</Tab>
<Tab value="手动安装">
在你有权限的目录下创建一个目录,在目录内下载如下两个文件:
根据您的网络环境选择下载:
- [国内镜像版本的 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)
</Tab>
</Tabs>
### 3. 启动
```bash
docker compose -f docker-compose.pg.yml up -d
```
等待服务启动,通过 http://localhost:3000 进行访问
默认用户为 `root`,密码为 `1234`
### Sealos 一键部署
本地部署起不来?试试 [Sealos 一键部署](sealos)。
## 进阶使用
### 进行本地开发
如果要改代码或者给 FastGPT 贡献代码,请参考:[进行本地开发](intro)
### 生产环境部署
如果要在生产环境进行部署,使用其他的向量库,配置相关的环境变量,请参考:[生产环境部署](docker)
document/content/docs/introduction/development/sealos.mdx
View file @
c8d8ca13
---
---
title:
Sealos 一键
部署
title:
通过 Sealos
部署
description: 使用 Sealos 一键部署 FastGPT
description: 使用 Sealos 一键部署 FastGPT
---
---
...
...
document/content/docs/introduction/meta.json
View file @
c8d8ca13
...
@@ -8,8 +8,7 @@
...
@@ -8,8 +8,7 @@
"commercial"
,
"commercial"
,
"development"
,
"development"
,
"---功能介绍---"
,
"---功能介绍---"
,
"...guide"
,
"...guide"
"openapi"
],
],
"order"
:
1
"order"
:
1
}
}
document/content/docs/introduction/openapi/swagger.mdx
deleted
100644 → 0
View file @
0ac8bca1
---
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
document/content/docs/
introduction/
openapi/app.mdx
→
document/content/docs/openapi/app.mdx
View file @
c8d8ca13
File moved
document/content/docs/
introduction/
openapi/chat.mdx
→
document/content/docs/openapi/chat.mdx
View file @
c8d8ca13
File moved
document/content/docs/
introduction/
openapi/dataset.mdx
→
document/content/docs/openapi/dataset.mdx
View file @
c8d8ca13
File moved
document/content/docs/openapi/index.mdx
0 → 100644
View file @
c8d8ca13
---
title: OpenAPI 文档
description: FastGPT OpenAPI 文档
---
import { Redirect } from '@/components/docs/Redirect';
<Redirect to="/docs/openapi/intro" />
document/content/docs/
introduction/
openapi/intro.mdx
→
document/content/docs/openapi/intro.mdx
View file @
c8d8ca13
...
@@ -3,6 +3,15 @@ title: OpenAPI 介绍
...
@@ -3,6 +3,15 @@ title: OpenAPI 介绍
description: FastGPT 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 访问。
FasGPT OpenAPI 接口允许你使用 Api Key 进行鉴权,从而操作 FastGPT 上的相关服务和资源,例如:调用应用对话接口、上传知识库数据、搜索测试等等。出于兼容性和安全考虑,并不是所有的接口都允许通过 Api Key 访问。
...
...
document/content/docs/
introduction/
openapi/meta.json
→
document/content/docs/openapi/meta.json
View file @
c8d8ca13
{
{
"root"
:
true
,
"title"
:
"OpenAPI接口文档"
,
"title"
:
"OpenAPI接口文档"
,
"pages"
:
[
"intro"
,
"app"
,
"chat"
,
"dataset"
,
"share"
,
"swagger"
]
"pages"
:
[
"intro"
,
"app"
,
"chat"
,
"dataset"
,
"share"
]
}
}
document/content/docs/
introduction/
openapi/share.mdx
→
document/content/docs/openapi/share.mdx
View file @
c8d8ca13
...
@@ -148,7 +148,7 @@ curl --location --request POST '{{host}}/shareAuth/start' \
...
@@ -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消耗总数)
重点关注:`totalPoints`(总消耗AI积分),`token`(Token消耗总数)
...
...
document/content/docs/toc.mdx
View file @
c8d8ca13
...
@@ -37,7 +37,6 @@ description: FastGPT 文档目录
...
@@ -37,7 +37,6 @@ description: FastGPT 文档目录
- [/docs/introduction/development/proxy/cloudflare](/docs/introduction/development/proxy/cloudflare)
- [/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/http_proxy](/docs/introduction/development/proxy/http_proxy)
- [/docs/introduction/development/proxy/nginx](/docs/introduction/development/proxy/nginx)
- [/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/sealos](/docs/introduction/development/sealos)
- [/docs/introduction/development/signoz](/docs/introduction/development/signoz)
- [/docs/introduction/development/signoz](/docs/introduction/development/signoz)
- [/docs/introduction/guide/DialogBoxes/htmlRendering](/docs/introduction/guide/DialogBoxes/htmlRendering)
- [/docs/introduction/guide/DialogBoxes/htmlRendering](/docs/introduction/guide/DialogBoxes/htmlRendering)
...
@@ -92,12 +91,12 @@ description: FastGPT 文档目录
...
@@ -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/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/guide/team_permissions/team_roles_permissions](/docs/introduction/guide/team_permissions/team_roles_permissions)
- [/docs/introduction/index](/docs/introduction/index)
- [/docs/introduction/index](/docs/introduction/index)
- [/docs/
introduction/openapi/app](/docs/introduction
/openapi/app)
- [/docs/
openapi/app](/docs
/openapi/app)
- [/docs/
introduction/openapi/chat](/docs/introduction
/openapi/chat)
- [/docs/
openapi/chat](/docs
/openapi/chat)
- [/docs/
introduction/openapi/dataset](/docs/introduction
/openapi/dataset)
- [/docs/
openapi/dataset](/docs
/openapi/dataset)
- [/docs/
introduction/openapi/intro](/docs/introduction/openapi/intro
)
- [/docs/
openapi/index](/docs/openapi/index
)
- [/docs/
introduction/openapi/share](/docs/introduction/openapi/share
)
- [/docs/
openapi/intro](/docs/openapi/intro
)
- [/docs/
introduction/openapi/swagger](/docs/introduction/openapi/swagger
)
- [/docs/
openapi/share](/docs/openapi/share
)
- [/docs/protocol/open-source](/docs/protocol/open-source)
- [/docs/protocol/open-source](/docs/protocol/open-source)
- [/docs/protocol/privacy](/docs/protocol/privacy)
- [/docs/protocol/privacy](/docs/protocol/privacy)
- [/docs/protocol/terms](/docs/protocol/terms)
- [/docs/protocol/terms](/docs/protocol/terms)
...
...
document/content/docs/upgrading/4-8/464.mdx
View file @
c8d8ca13
...
@@ -23,7 +23,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv464' \
...
@@ -23,7 +23,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv464' \
## V4.6.4 功能介绍
## V4.6.4 功能介绍
1. 重写 - 分享链接身份逻辑,采用 localID 记录用户的ID。
1. 重写 - 分享链接身份逻辑,采用 localID 记录用户的ID。
2. 商业版新增 - 分享链接 SSO 方案,通过`身份鉴权`地址,仅需`3个接口`即可完全接入已有用户系统。具体参考[分享链接身份鉴权](/docs/
introduction/
openapi/share/)
2. 商业版新增 - 分享链接 SSO 方案,通过`身份鉴权`地址,仅需`3个接口`即可完全接入已有用户系统。具体参考[分享链接身份鉴权](/docs/openapi/share/)
3. 新增 - 分享链接更多嵌入方式提示,更多DIY方式。
3. 新增 - 分享链接更多嵌入方式提示,更多DIY方式。
4. 优化 - 历史记录模块。弃用旧的历史记录模块,直接在对应地方填写数值即可。
4. 优化 - 历史记录模块。弃用旧的历史记录模块,直接在对应地方填写数值即可。
5. 调整 - 知识库搜索模块 topk 逻辑,采用 MaxToken 计算,兼容不同长度的文本块
5. 调整 - 知识库搜索模块 topk 逻辑,采用 MaxToken 计算,兼容不同长度的文本块
...
...
document/content/docs/upgrading/4-8/467.mdx
View file @
c8d8ca13
...
@@ -24,7 +24,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv467' \
...
@@ -24,7 +24,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv467' \
1. 修改了知识库UI及新的导入交互方式。
1. 修改了知识库UI及新的导入交互方式。
2. 优化知识库和对话的数据索引。
2. 优化知识库和对话的数据索引。
3. 知识库 openAPI,支持通过 [API 操作知识库](/docs/
introduction/
openapi/dataset)。
3. 知识库 openAPI,支持通过 [API 操作知识库](/docs/openapi/dataset)。
4. 新增 - 输入框变量提示。输入 `{` 号后将会获得可用变量提示。根据社区针对高级编排的反馈,我们计划于 2 月份的版本中,优化变量内容,支持模块的局部变量以及更多全局变量写入。
4. 新增 - 输入框变量提示。输入 `{` 号后将会获得可用变量提示。根据社区针对高级编排的反馈,我们计划于 2 月份的版本中,优化变量内容,支持模块的局部变量以及更多全局变量写入。
5. 优化 - 切换团队后会保存记录,下次登录时优先登录该团队。
5. 优化 - 切换团队后会保存记录,下次登录时优先登录该团队。
6. 修复 - API 对话时,chatId 冲突问题。
6. 修复 - API 对话时,chatId 冲突问题。
...
...
document/content/docs/upgrading/4-8/469.mdx
View file @
c8d8ca13
...
@@ -27,7 +27,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv469' \
...
@@ -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 更新说明
## V4.6.9 更新说明
...
...
document/content/docs/upgrading/4-9/490.mdx
View file @
c8d8ca13
...
@@ -163,7 +163,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
...
@@ -163,7 +163,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
1. 弃用 - 之前私有化部署的自定义文件解析方案,请同步更新到最新的配置方案。[点击查看 PDF 增强解析配置](/docs/introduction/development/configuration/#使用-doc2x-解析-pdf-文件)
1. 弃用 - 之前私有化部署的自定义文件解析方案,请同步更新到最新的配置方案。[点击查看 PDF 增强解析配置](/docs/introduction/development/configuration/#使用-doc2x-解析-pdf-文件)
2. 弃用 - 弃用旧版本地文件上传 API:/api/core/dataset/collection/create/file(以前仅商业版可用的 API,该接口已放切换成:/api/core/dataset/collection/create/localFile)
2. 弃用 - 弃用旧版本地文件上传 API:/api/core/dataset/collection/create/file(以前仅商业版可用的 API,该接口已放切换成:/api/core/dataset/collection/create/localFile)
3. 停止维护,即将弃用 - 外部文件库相关 API,可通过 API 文件库替代。
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)
## 🚀 新增内容
## 🚀 新增内容
...
...
document/content/docs/upgrading/4-9/492.mdx
View file @
c8d8ca13
...
@@ -33,7 +33,7 @@ description: FastGPT V4.9.2 更新说明
...
@@ -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) 文档。
## 🚀 新增内容
## 🚀 新增内容
...
...
document/content/docs/use-cases/external-integration/official_account.mdx
View file @
c8d8ca13
...
@@ -60,7 +60,7 @@ description: FastGPT 接入微信公众号教程
...
@@ -60,7 +60,7 @@ description: FastGPT 接入微信公众号教程
35.247.161.35
35.247.161.35
```
```
国内版
用户(fastgpt.cn)可以填写下面的 IP 白名单:
中国大陆
用户(fastgpt.cn)可以填写下面的 IP 白名单:
```
```
47.97.1.240
47.97.1.240
...
...
document/content/docs/use-cases/external-integration/openapi.mdx
View file @
c8d8ca13
...
@@ -5,7 +5,7 @@ description: 通过 API 访问 FastGPT 应用
...
@@ -5,7 +5,7 @@ description: 通过 API 访问 FastGPT 应用
import { Alert } from '@/components/docs/Alert';
import { Alert } from '@/components/docs/Alert';
在 FastGPT 中,你可以为每一个应用创建多个 API 密钥,用于访问应用的 API 接口。每个密钥仅能访问一个应用。完整的接口可以[查看应用对话接口](/docs/
introduction/
openapi/intro)。
在 FastGPT 中,你可以为每一个应用创建多个 API 密钥,用于访问应用的 API 接口。每个密钥仅能访问一个应用。完整的接口可以[查看应用对话接口](/docs/openapi/intro)。
## 获取 API 密钥
## 获取 API 密钥
...
...
document/data/doc-last-modified.json
View file @
c8d8ca13
...
@@ -20,9 +20,9 @@
...
@@ -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/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-02-12T1
6:37:50
+08:00"
,
"document/content/docs/introduction/development/docker.mdx"
:
"2026-02-12T1
8:02:02
+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"
:
"202
5-09-29T11:34:11
+08:00"
,
"document/content/docs/introduction/development/intro.mdx"
:
"202
6-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_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/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"
,
"document/content/docs/introduction/development/modelConfig/ai-proxy.mdx"
:
"2025-08-05T23:20:39+08:00"
,
...
@@ -34,7 +34,6 @@
...
@@ -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/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/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/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/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/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"
,
"document/content/docs/introduction/guide/DialogBoxes/htmlRendering.mdx"
:
"2025-07-23T21:35:03+08:00"
,
...
@@ -89,12 +88,6 @@
...
@@ -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/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/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/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/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.en.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/protocol/open-source.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 @@
...
@@ -102,6 +95,7 @@
"document/content/docs/protocol/privacy.mdx"
:
"2025-12-15T23:36:54+08:00"
,
"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.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/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/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/4100.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-10/4101.mdx"
:
"2025-09-08T20:07:20+08:00"
,
"document/content/docs/upgrading/4-10/4101.mdx"
:
"2025-09-08T20:07:20+08:00"
,
...
@@ -123,7 +117,7 @@
...
@@ -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/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-02-12T16:37:50+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-12T1
6:37:50
+08:00"
,
"document/content/docs/upgrading/4-14/4147.mdx"
:
"2026-02-12T1
8: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/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"
,
...
@@ -142,12 +136,12 @@
...
@@ -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/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/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/463.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/464.mdx"
:
"202
5-08-04T18:10:58
+08:00"
,
"document/content/docs/upgrading/4-8/464.mdx"
:
"202
6-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/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/466.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/upgrading/4-8/467.mdx"
:
"202
5-08-04T18:10:58
+08:00"
,
"document/content/docs/upgrading/4-8/467.mdx"
:
"202
6-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/468.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/upgrading/4-8/469.mdx"
:
"202
5-08-04T18:10:58
+08:00"
,
"document/content/docs/upgrading/4-8/469.mdx"
:
"202
6-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/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/471.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/upgrading/4-8/48.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/48.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
@@ -174,14 +168,14 @@
...
@@ -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/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/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-8/489.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-9/490.mdx"
:
"202
5-08-05T23:20:39
+08:00"
,
"document/content/docs/upgrading/4-9/490.mdx"
:
"202
6-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/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/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/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/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/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/4914.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-9/492.mdx"
:
"202
5-08-04T18:10:58
+08:00"
,
"document/content/docs/upgrading/4-9/492.mdx"
:
"202
6-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/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/494.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-9/495.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 @@
...
@@ -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/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/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/official_account.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/use-cases/external-integration/openapi.mdx"
:
"202
5-09-29T11:34:11
+08:00"
,
"document/content/docs/use-cases/external-integration/openapi.mdx"
:
"202
6-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/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"
"document/content/docs/use-cases/index.mdx"
:
"2025-07-24T14:23:04+08:00"
}
}
\ No newline at end of file
document/i18n/en/common.json
View file @
c8d8ca13
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
"resources"
:
"Resources"
"resources"
:
"Resources"
},
},
"introduction"
:
"Introduction"
,
"introduction"
:
"Introduction"
,
"api_reference"
:
"API Reference"
,
"use-cases"
:
"Use Cases"
,
"use-cases"
:
"Use Cases"
,
"api"
:
"API"
,
"api"
:
"API"
,
"protocol"
:
"Protocol"
,
"protocol"
:
"Protocol"
,
...
...
document/i18n/zh-CN/common.json
View file @
c8d8ca13
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
"resources"
:
"资源"
"resources"
:
"资源"
},
},
"introduction"
:
"使用文档"
,
"introduction"
:
"使用文档"
,
"api_reference"
:
"API 文档"
,
"use-cases"
:
"使用场景"
,
"use-cases"
:
"使用场景"
,
"api"
:
"API 手册"
,
"api"
:
"API 手册"
,
"protocol"
:
"协议"
,
"protocol"
:
"协议"
,
...
...
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
c8d8ca13
...
@@ -91,8 +91,6 @@ services:
...
@@ -91,8 +91,6 @@ services:
depends_on
:
depends_on
:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
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
...
@@ -180,7 +178,7 @@ services:
...
@@ -180,7 +178,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -243,13 +241,13 @@ services:
...
@@ -243,13 +241,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -258,7 +256,7 @@ services:
...
@@ -258,7 +256,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -286,7 +284,7 @@ services:
...
@@ -286,7 +284,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
c8d8ca13
...
@@ -68,8 +68,6 @@ services:
...
@@ -68,8 +68,6 @@ services:
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
...
@@ -157,7 +155,7 @@ services:
...
@@ -157,7 +155,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -220,13 +218,13 @@ services:
...
@@ -220,13 +218,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -235,7 +233,7 @@ services:
...
@@ -235,7 +233,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -263,7 +261,7 @@ services:
...
@@ -263,7 +261,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
c8d8ca13
...
@@ -49,8 +49,6 @@ services:
...
@@ -49,8 +49,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
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
...
@@ -138,7 +136,7 @@ services:
...
@@ -138,7 +136,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +199,13 @@ services:
...
@@ -201,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +214,7 @@ services:
...
@@ -216,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -244,7 +242,7 @@ services:
...
@@ -244,7 +242,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.seekdb.yml
View file @
c8d8ca13
...
@@ -55,8 +55,6 @@ services:
...
@@ -55,8 +55,6 @@ services:
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
...
@@ -144,7 +142,7 @@ services:
...
@@ -144,7 +142,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -207,13 +205,13 @@ services:
...
@@ -207,13 +205,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -222,7 +220,7 @@ services:
...
@@ -222,7 +220,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -250,7 +248,7 @@ services:
...
@@ -250,7 +248,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
c8d8ca13
...
@@ -33,7 +33,6 @@ version: '3.3'
...
@@ -33,7 +33,6 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
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
...
@@ -121,7 +120,7 @@ services:
...
@@ -121,7 +120,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
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
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +183,13 @@ services:
...
@@ -184,13 +183,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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
7
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.
6
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +198,7 @@ services:
...
@@ -199,7 +198,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.5.
1
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -227,7 +226,7 @@ services:
...
@@ -227,7 +226,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
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
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
c8d8ca13
...
@@ -91,8 +91,6 @@ services:
...
@@ -91,8 +91,6 @@ services:
depends_on
:
depends_on
:
-
'
milvus-etcd'
-
'
milvus-etcd'
-
'
milvus-minio'
-
'
milvus-minio'
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -180,7 +178,7 @@ services:
...
@@ -180,7 +178,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -243,13 +241,13 @@ services:
...
@@ -243,13 +241,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -258,7 +256,7 @@ services:
...
@@ -258,7 +256,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -286,7 +284,7 @@ services:
...
@@ -286,7 +284,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
c8d8ca13
...
@@ -68,8 +68,6 @@ services:
...
@@ -68,8 +68,6 @@ services:
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -157,7 +155,7 @@ services:
...
@@ -157,7 +155,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -220,13 +218,13 @@ services:
...
@@ -220,13 +218,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -235,7 +233,7 @@ services:
...
@@ -235,7 +233,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -263,7 +261,7 @@ services:
...
@@ -263,7 +261,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
c8d8ca13
...
@@ -49,8 +49,6 @@ services:
...
@@ -49,8 +49,6 @@ services:
interval
:
5s
interval
:
5s
timeout
:
5s
timeout
:
5s
retries
:
10
retries
:
10
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -138,7 +136,7 @@ services:
...
@@ -138,7 +136,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -201,13 +199,13 @@ services:
...
@@ -201,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -216,7 +214,7 @@ services:
...
@@ -216,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -244,7 +242,7 @@ services:
...
@@ -244,7 +242,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.seekdb.yml
View file @
c8d8ca13
...
@@ -55,8 +55,6 @@ services:
...
@@ -55,8 +55,6 @@ services:
timeout
:
10s
timeout
:
10s
retries
:
1000
retries
:
1000
start_period
:
10s
start_period
:
10s
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -144,7 +142,7 @@ services:
...
@@ -144,7 +142,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -207,13 +205,13 @@ services:
...
@@ -207,13 +205,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -222,7 +220,7 @@ services:
...
@@ -222,7 +220,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -250,7 +248,7 @@ services:
...
@@ -250,7 +248,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
document/public/deploy/docker/global/docker-compose.ziliiz.yml
View file @
c8d8ca13
...
@@ -33,7 +33,6 @@ version: '3.3'
...
@@ -33,7 +33,6 @@ version: '3.3'
services
:
services
:
# Vector DB
# Vector DB
mongo
:
mongo
:
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
image
:
mongo:5.0.32
# cpu 不支持 AVX 时候使用 4.4.29
container_name
:
mongo
container_name
:
mongo
...
@@ -121,7 +120,7 @@ services:
...
@@ -121,7 +120,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
6.1
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
7
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -184,13 +183,13 @@ services:
...
@@ -184,13 +183,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.
6
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
7
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.
6
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
7
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -199,7 +198,7 @@ services:
...
@@ -199,7 +198,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.5.
1
image
:
ghcr.io/labring/fastgpt-plugin:v0.5.
3
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -227,7 +226,7 @@ services:
...
@@ -227,7 +226,7 @@ services:
condition
:
service_healthy
condition
:
service_healthy
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.3.
2
image
:
ghcr.io/labring/aiproxy:v0.3.
5
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
projects/app/src/components/support/apikey/Table.tsx
View file @
c8d8ca13
...
@@ -97,7 +97,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
...
@@ -97,7 +97,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
</
Box
>
</
Box
>
{
feConfigs
?.
docUrl
&&
(
{
feConfigs
?.
docUrl
&&
(
<
Link
<
Link
href=
{
feConfigs
.
openAPIDocUrl
||
getDocPath
(
'/docs/
introduction/
openapi/intro'
)
}
href=
{
feConfigs
.
openAPIDocUrl
||
getDocPath
(
'/docs/openapi/intro'
)
}
target=
{
'_blank'
}
target=
{
'_blank'
}
ml=
{
1
}
ml=
{
1
}
color=
{
'primary.500'
}
color=
{
'primary.500'
}
...
...
projects/app/src/pageComponents/app/detail/Publish/Link/index.tsx
View file @
c8d8ca13
...
@@ -397,7 +397,7 @@ function EditLinkModal({
...
@@ -397,7 +397,7 @@ function EditLinkModal({
/>
/>
</
Flex
>
</
Flex
>
<
Link
<
Link
href=
{
getDocPath
(
'/docs/
introduction/
openapi/share'
)
}
href=
{
getDocPath
(
'/docs/openapi/share'
)
}
target=
{
'_blank'
}
target=
{
'_blank'
}
fontSize=
{
'xs'
}
fontSize=
{
'xs'
}
color=
{
'myGray.500'
}
color=
{
'myGray.500'
}
...
...
projects/app/src/service/common/system/index.ts
View file @
c8d8ca13
...
@@ -114,7 +114,7 @@ const defaultFeConfigs: FastGPTFeConfigsType = {
...
@@ -114,7 +114,7 @@ const defaultFeConfigs: FastGPTFeConfigsType = {
show_emptyChat
:
true
,
show_emptyChat
:
true
,
show_git
:
true
,
show_git
:
true
,
docUrl
:
'https://doc.fastgpt.io'
,
docUrl
:
'https://doc.fastgpt.io'
,
openAPIDocUrl
:
'https://doc.fastgpt.io/docs/
introduction/
openapi/intro'
,
openAPIDocUrl
:
'https://doc.fastgpt.io/docs/openapi/intro'
,
submitPluginRequestUrl
:
'https://github.com/labring/fastgpt-plugin/issues'
,
submitPluginRequestUrl
:
'https://github.com/labring/fastgpt-plugin/issues'
,
appTemplateCourse
:
appTemplateCourse
:
'https://fael3z0zfze.feishu.cn/wiki/CX9wwMGyEi5TL6koiLYcg7U0nWb?fromScene=spaceOverview'
,
'https://fael3z0zfze.feishu.cn/wiki/CX9wwMGyEi5TL6koiLYcg7U0nWb?fromScene=spaceOverview'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment