diff --git a/README.md b/README.md index 8399fbdbb..6f9afcd12 100644 --- a/README.md +++ b/README.md @@ -105,12 +105,12 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b [点击查看 Sealos 一键部署 FastGPT 教程](https://doc.tryfastgpt.ai/docs/development/sealos/) * [快速开始本地开发](https://doc.tryfastgpt.ai/docs/development/intro/) -* [部署 FastGPT](https://doc.tryfastgpt.ai/docs/development/sealos) +* [部署 FastGPT](https://doc.tryfastgpt.ai/docs/development/sealos/) * [系统配置文件说明](https://doc.tryfastgpt.ai/docs/development/configuration/) * [多模型配置](https://doc.tryfastgpt.ai/docs/development/one-api/) -* [版本更新/升级介绍](https://doc.tryfastgpt.ai/docs/development/upgrading) +* [版本更新/升级介绍](https://doc.tryfastgpt.ai/docs/development/upgrading/) * [OpenAPI API 文档](https://doc.tryfastgpt.ai/docs/development/openapi/) -* [知识库结构详解](https://doc.tryfastgpt.ai/docs/course/dataset_engine/) +* [知识库结构详解](https://doc.tryfastgpt.ai/docs/guide/knowledge_base/rag/) # @@ -149,7 +149,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b ## 🌿 第三方生态 -- [OnWeChat 个人微信/企微机器人](https://doc.tryfastgpt.ai/docs/use-cases/onwechat/) +- [COW 个人微信/企微机器人](https://doc.tryfastgpt.ai/docs/use-cases/external-integration/onwechat/) # diff --git a/files/docker/docker-compose-milvus.yml b/files/docker/docker-compose-milvus.yml index 269253d56..33f4f08a5 100644 --- a/files/docker/docker-compose-milvus.yml +++ b/files/docker/docker-compose-milvus.yml @@ -114,15 +114,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.13-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.13-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.14 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.14 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.13-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.13-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.14-milvus-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14-milvus-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/files/docker/docker-compose-zilliz.yml b/files/docker/docker-compose-zilliz.yml index 856c880a4..8a7a104b2 100644 --- a/files/docker/docker-compose-zilliz.yml +++ b/files/docker/docker-compose-zilliz.yml @@ -53,15 +53,15 @@ services: wait $$! sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.13-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.13-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.14 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.14 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.13-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.13-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.14-milvus-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14-milvus-fix # 阿里云 ports: - 3000:3000 networks: