This commit is contained in:
archer
2023-08-23 18:47:32 +08:00
parent 7edc5c5b19
commit e266ab6a2e
4 changed files with 15 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
·
<a href="https://doc.fastgpt.run/docs/intro">相关文档</a>
·
<a href="https://doc.fastgpt.run/docs/develop/dev">本地开发</a>
<a href="https://doc.fastgpt.run/docs/development">本地开发</a>
·
<a href="https://github.com/labring/FastGPT#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE">相关项目</a>
</p>
@@ -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)
## 🏘️ 社区交流群

View File

@@ -12,9 +12,9 @@ FastGPT is a knowledge-based question answering system based on the LLM language
·
<a href="https://doc.fastgpt.run/docs/intro">Document</a>
·
<a href="https://doc.fastgpt.run/docs/develop/dev">Development</a>
<a href="https://doc.fastgpt.run/docs/development">Development</a>
·
<a href="https://doc.fastgpt.run/docs/category/deploy">Deploy</a>
<a href="https://doc.fastgpt.run/docs/installation">Deploy</a>
·
<a href="#powered-by">Power By</a>
</p>
@@ -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)
<!-- ## :point_right: RoadMap
- [FastGpt RoadMap](https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte) -->

View File

@@ -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)

View File

@@ -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 功能也不会走平台余额扣费。