diff --git a/docs/development/docker/index.html b/docs/development/docker/index.html index aa393d2adc4..b1902301b37 100644 --- a/docs/development/docker/index.html +++ b/docs/development/docker/index.html @@ -27,9 +27,9 @@ menu
article

Docker Compose 快速部署

使用 Docker Compose 快速部署 FastGPT

部署架构图

推荐配置

PgVector版本

体验测试首选

环境最低配置(单节点)推荐配置
测试2c2g2c4g
100w 组向量4c8g 50GB4c16g 50GB
500w 组向量8c32g 200GB16c64g 200GB

Milvus版本

对于千万级以上向量性能更优秀。

点击查看 Milvus 官方推荐配置

环境最低配置(单节点)推荐配置
测试2c8g4c16g
100w 组向量未测试
500w 组向量

zilliz cloud版本

亿级以上向量首选。

由于向量库使用了 Cloud,无需占用本地资源,无需太关注。

前置工作

1. 确保网络环境

如果使用OpenAI等国外模型接口,请确保可以正常访问,否则会报错:Connection error 等。 方案可以参考:代理方案

2. 准备 Docker 环境

diff --git a/docs/development/openapi/dataset/index.html b/docs/development/openapi/dataset/index.html index e0165c773e0..fc5b3ed505b 100644 --- a/docs/development/openapi/dataset/index.html +++ b/docs/development/openapi/dataset/index.html @@ -27,8 +27,8 @@ menu
dataset

知识库接口

FastGPT OpenAPI 知识库接口

如何获取知识库ID(datasetId)如何获取文件集合ID(collection_id)

创建训练订单