Skip to content

update yaml and yml.js #5139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 3, 2025
Merged
3 changes: 2 additions & 1 deletion deploy/docker/docker-compose-milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin
Expand Down
3 changes: 2 additions & 1 deletion deploy/docker/docker-compose-oceanbase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin
Expand Down
3 changes: 2 additions & 1 deletion deploy/docker/docker-compose-pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin
Expand Down
3 changes: 2 additions & 1 deletion deploy/docker/docker-compose-zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin
Expand Down
3 changes: 2 additions & 1 deletion deploy/docker/yml.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ services:
environment:
- AUTH_TOKEN=xxxxxx # disable authentication token if you do not set this variable
# 改成 minio 公网地址
- MINIO_HOST=<ip or domain>
- MINIO_CUSTOM_ENDPOINT=
- MINIO_ENDPOINT=fastgpt-minio
- MINIO_PORT=9000
- MINIO_USE_SSL=false
- MINIO_ACCESS_KEY=minioadmin
Expand Down
24 changes: 13 additions & 11 deletions docSite/content/zh-cn/docs/development/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ weight: 707
非常轻量,适合知识库索引量在 5000 万以下。

{{< table "table-hover table-striped-columns" >}}
| 环境 | 最低配置(单节点) | 推荐配置 |
| ---- | ---- | ---- |
| 测试(可以把计算进程设置少一些) | 2c4g | 2c8g |
| 100w 组向量 | 4c8g 50GB | 4c16g 50GB |
| 500w 组向量 | 8c32g 200GB | 16c64g 200GB |
| 环境 | 最低配置(单节点) | 推荐配置 |
| -------------------------------- | ------------------ | ------------ |
| 测试(可以把计算进程设置少一些) | 2c4g | 2c8g |
| 100w 组向量 | 4c8g 50GB | 4c16g 50GB |
| 500w 组向量 | 8c32g 200GB | 16c64g 200GB |
{{< /table >}}

### Milvus版本
Expand All @@ -48,11 +48,11 @@ weight: 707
[点击查看 Milvus 官方推荐配置](https://milvus.io/docs/prerequisite-docker.md)

{{< table "table-hover table-striped-columns" >}}
| 环境 | 最低配置(单节点) | 推荐配置 |
| ---- | ---- | ---- |
| 测试 | 2c8g | 4c16g |
| 100w 组向量 | 未测试 | |
| 500w 组向量 | | |
| 环境 | 最低配置(单节点) | 推荐配置 |
| ----------- | ------------------ | -------- |
| 测试 | 2c8g | 4c16g |
| 100w 组向量 | 未测试 | |
| 500w 组向量 | | |
{{< /table >}}

### zilliz cloud版本
Expand Down Expand Up @@ -169,7 +169,9 @@ DEFAULT_ROOT_PSW=root 用户密码,每次重启root 都会修改成这个密
AES256_SECRET_KEY=密钥加密 key,尽量取复杂密钥,一旦使用后,不能随便修改,否则会导致系统加密的数据无法正常解密

# fastgpt-plugin容器
MINIO_HOST=minio 公网地址,用于给系统工具提供文件存储。例如 http://ip:9000
AUTH_TOKEN=这里填写插件服务的token,用于插件的鉴权
MINIO_CUSTOM_ENDPOINT=minio 公网地址,用于给系统工具提供文件存储。填写例如 minio.xxx.com 或者 ip 等
MINIO_ENDPOINT=fastgpt-minio 这里填写的是 docker-compose.yml 中 fastgpt-minio 的服务名,因为这样 docker 的网络会解析到 minio 的地址
```

{{< /markdownify >}}
Expand Down
2 changes: 1 addition & 1 deletion docSite/content/zh-cn/docs/development/upgrading/4100.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PLUGIN_TOKEN=刚修改的 AUTH_TOKEN 值

![](/imgs/sealos-s3.png)

- 部署`fastgpt-plugin`服务,镜像`registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1`,无需公网访问,设置环境变量:
- 部署`fastgpt-plugin`服务,镜像`registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.0`,无需公网访问,设置环境变量:

```
AUTH_TOKEN=鉴权 token
Expand Down
Loading