diff --git a/README.md b/README.md index be08746f0..36cd58055 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开 · 相关文档 · - 本地开发 + 本地开发 · 相关项目
@@ -76,12 +76,11 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开 由于需要部署数据库,部署完后需要等待 2~4 分钟才能正常访问。默认用了最低配置,首次访问时会有些慢。 -* [快开始本地开发](https://doc.fastgpt.run/docs/develop/dev) -* [部署 FastGPT](https://doc.fastgpt.run/docs/category/deploy) -* [系统配置文件说明](https://doc.fastgpt.run/docs/category/data-config) -* [多模型配置](https://doc.fastgpt.run/docs/develop/data_config/chat_models) -* [V3 升级 V4 初始化](https://doc.fastgpt.run/docs/develop/update/40init) -* [升级 v4.1 初始化](https://doc.fastgpt.run/docs/develop/update/41init) +* [快开始本地开发](https://doc.fastgpt.run/docs/development) +* [部署 FastGPT](https://doc.fastgpt.run/docs/installation) +* [系统配置文件说明](https://doc.fastgpt.run/docs/installation/reference) +* [多模型配置](https://doc.fastgpt.run/docs/installation/reference/models) +* [版本升级](https://doc.fastgpt.run/docs/installation/upgrading) * [API 文档](https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh?pre_pathname=%2Fdrive%2Fhome%2F) ## 🏘️ 社区交流群 diff --git a/README_en.md b/README_en.md index 402caf1f0..62bb08076 100644 --- a/README_en.md +++ b/README_en.md @@ -12,9 +12,9 @@ FastGPT is a knowledge-based question answering system based on the LLM language · Document · -Development +Development · -Deploy +Deploy · Power By @@ -77,11 +77,11 @@ FastGPT is a knowledge-based question answering system based on the LLM language Project tech stack: NextJs + TS + ChakraUI + Mongo + Postgres (Vector plugin) -- [Getting Started with Local Development](https://doc.fastgpt.run/docs/develop/dev) -- [Deploying FastGPT](https://doc.fastgpt.run/docs/category/deploy) -- [System Configuration File Explanation](https://doc.fastgpt.run/docs/category/data-config) -- [Multi-model Configuration](https://doc.fastgpt.run/docs/develop/data_config/chat_models) -- [V3 Upgrade V4 Initialization](https://doc.fastgpt.run/docs/develop/deploy/v4init) +- [Getting Started with Local Development](https://doc.fastgpt.run/docs/development) +- [Deploying FastGPT](https://doc.fastgpt.run/docs/installation) +- [System Configuration File Explanation](https://doc.fastgpt.run/docs/installation/reference) +- [Multi-model Configuration](https://doc.fastgpt.run/docs/installation/reference/models) +- [V3 Upgrade V4 Initialization](https://doc.fastgpt.run/docs/installation/upgrading) diff --git a/client/public/docs/chatProblem.md b/client/public/docs/chatProblem.md index 54ad4ee7e..a779d4561 100644 --- a/client/public/docs/chatProblem.md +++ b/client/public/docs/chatProblem.md @@ -1,7 +1,7 @@ ### 常见问题 - [**Git 地址**,点击查看项目地址](https://github.com/labring/FastGPT) -- [本地部署 FastGPT](https://doc.fastgpt.run/docs/category/deploy) +- [本地部署 FastGPT](https://doc.fastgpt.run/docs/installation) - [API 文档](https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh?pre_pathname=%2Fdrive%2Fhome%2F) - **反馈问卷**: 如果你遇到任何使用问题或有期望的功能,可以[填写该问卷](https://www.wjx.cn/vm/rLIw1uD.aspx#) - **问题文档**: [先看文档,再提问](https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh) diff --git a/client/public/docs/versionIntro.md b/client/public/docs/versionIntro.md index 0825267b8..8aec9ee33 100644 --- a/client/public/docs/versionIntro.md +++ b/client/public/docs/versionIntro.md @@ -3,5 +3,5 @@ 1. 新增 - 高级编排导入导出功能 2. 优化对话存储结构 3. 优化日志存储 -4. [点击查看高级编排介绍文档](https://doc.fastgpt.run/docs/category/flow-modules) +4. [点击查看高级编排介绍文档](https://doc.fastgpt.run/docs/workflow) 5. 填写个人 OpenAI 账号后,分享和 API 功能也不会走平台余额扣费。