Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
e266ab6a
authored
Aug 23, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs
parent
7edc5c5b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
16 deletions
+15
-16
README.md
+6
-7
README_en.md
+7
-7
client/public/docs/chatProblem.md
+1
-1
client/public/docs/versionIntro.md
+1
-1
No files found.
README.md
View file @
e266ab6a
...
@@ -13,7 +13,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
...
@@ -13,7 +13,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
·
·
<a
href=
"https://doc.fastgpt.run/docs/intro"
>
相关文档
</a>
<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/develop
ment
"
>
本地开发
</a>
·
·
<a
href=
"https://github.com/labring/FastGPT#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE"
>
相关项目
</a>
<a
href=
"https://github.com/labring/FastGPT#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE"
>
相关项目
</a>
</p>
</p>
...
@@ -76,12 +76,11 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
...
@@ -76,12 +76,11 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
由于需要部署数据库,部署完后需要等待 2~4 分钟才能正常访问。默认用了最低配置,首次访问时会有些慢。
由于需要部署数据库,部署完后需要等待 2~4 分钟才能正常访问。默认用了最低配置,首次访问时会有些慢。
*
[
快开始本地开发
](
https://doc.fastgpt.run/docs/develop/dev
)
*
[
快开始本地开发
](
https://doc.fastgpt.run/docs/development
)
*
[
部署 FastGPT
](
https://doc.fastgpt.run/docs/category/deploy
)
*
[
部署 FastGPT
](
https://doc.fastgpt.run/docs/installation
)
*
[
系统配置文件说明
](
https://doc.fastgpt.run/docs/category/data-config
)
*
[
系统配置文件说明
](
https://doc.fastgpt.run/docs/installation/reference
)
*
[
多模型配置
](
https://doc.fastgpt.run/docs/develop/data_config/chat_models
)
*
[
多模型配置
](
https://doc.fastgpt.run/docs/installation/reference/models
)
*
[
V3 升级 V4 初始化
](
https://doc.fastgpt.run/docs/develop/update/40init
)
*
[
版本升级
](
https://doc.fastgpt.run/docs/installation/upgrading
)
*
[
升级 v4.1 初始化
](
https://doc.fastgpt.run/docs/develop/update/41init
)
*
[
API 文档
](
https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh?pre_pathname=%2Fdrive%2Fhome%2F
)
*
[
API 文档
](
https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh?pre_pathname=%2Fdrive%2Fhome%2F
)
## 🏘️ 社区交流群
## 🏘️ 社区交流群
...
...
README_en.md
View file @
e266ab6a
...
@@ -12,9 +12,9 @@ FastGPT is a knowledge-based question answering system based on the LLM language
...
@@ -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/intro"
>
Document
</a>
·
·
<a
href=
"https://doc.fastgpt.run/docs/develop
/dev
"
>
Development
</a>
<a
href=
"https://doc.fastgpt.run/docs/develop
ment
"
>
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>
<a
href=
"#powered-by"
>
Power By
</a>
</p>
</p>
...
@@ -77,11 +77,11 @@ FastGPT is a knowledge-based question answering system based on the LLM language
...
@@ -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)
Project tech stack: NextJs + TS + ChakraUI + Mongo + Postgres (Vector plugin)
-
[
Getting Started with Local Development
](
https://doc.fastgpt.run/docs/develop
/dev
)
-
[
Getting Started with Local Development
](
https://doc.fastgpt.run/docs/develop
ment
)
-
[
Deploying FastGPT
](
https://doc.fastgpt.run/docs/
category/deploy
)
-
[
Deploying FastGPT
](
https://doc.fastgpt.run/docs/
installation
)
-
[
System Configuration File Explanation
](
https://doc.fastgpt.run/docs/
category/data-config
)
-
[
System Configuration File Explanation
](
https://doc.fastgpt.run/docs/
installation/reference
)
-
[
Multi-model Configuration
](
https://doc.fastgpt.run/docs/
develop/data_config/chat_
models
)
-
[
Multi-model Configuration
](
https://doc.fastgpt.run/docs/
installation/reference/
models
)
-
[
V3 Upgrade V4 Initialization
](
https://doc.fastgpt.run/docs/
develop/deploy/v4init
)
-
[
V3 Upgrade V4 Initialization
](
https://doc.fastgpt.run/docs/
installation/upgrading
)
<!-- ## :point_right: RoadMap
<!-- ## :point_right: RoadMap
-
[
FastGpt RoadMap
](
https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte
)
-->
-
[
FastGpt RoadMap
](
https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte
)
-->
...
...
client/public/docs/chatProblem.md
View file @
e266ab6a
### 常见问题
### 常见问题
-
[
**Git 地址**,点击查看项目地址
](
https://github.com/labring/FastGPT
)
-
[
**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
)
-
[
API 文档
](
https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh?pre_pathname=%2Fdrive%2Fhome%2F
)
-
**反馈问卷**
: 如果你遇到任何使用问题或有期望的功能,可以
[
填写该问卷
](
https://www.wjx.cn/vm/rLIw1uD.aspx#
)
-
**反馈问卷**
: 如果你遇到任何使用问题或有期望的功能,可以
[
填写该问卷
](
https://www.wjx.cn/vm/rLIw1uD.aspx#
)
-
**问题文档**
:
[
先看文档,再提问
](
https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh
)
-
**问题文档**
:
[
先看文档,再提问
](
https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh
)
...
...
client/public/docs/versionIntro.md
View file @
e266ab6a
...
@@ -3,5 +3,5 @@
...
@@ -3,5 +3,5 @@
1.
新增 - 高级编排导入导出功能
1.
新增 - 高级编排导入导出功能
2.
优化对话存储结构
2.
优化对话存储结构
3.
优化日志存储
3.
优化日志存储
4.
[
点击查看高级编排介绍文档
](
https://doc.fastgpt.run/docs/
category/flow-modules
)
4.
[
点击查看高级编排介绍文档
](
https://doc.fastgpt.run/docs/
workflow
)
5.
填写个人 OpenAI 账号后,分享和 API 功能也不会走平台余额扣费。
5.
填写个人 OpenAI 账号后,分享和 API 功能也不会走平台余额扣费。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment