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
48ab2d63
authored
Aug 08, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs
parent
93a04cc1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
15 deletions
+16
-15
README.md
+7
-10
docSite/docs/develop/deploy/docker.md
+2
-0
docSite/docs/intro.md
+1
-1
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
+2
-2
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/develop/deploy/docker.md
+2
-0
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/intro.md
+1
-1
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md
+1
-1
No files found.
README.md
View file @
48ab2d63
...
@@ -13,23 +13,20 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
...
@@ -13,23 +13,20 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
## 👨💻 开发
## 👨💻 开发
项目技术栈: NextJs + TS + ChakraUI + Mongo + Postgres(Vector 插件)
项目技术栈: NextJs + TS + ChakraUI + Mongo + Postgres(Vector 插件)
[
本地开发 Quick Start
](
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/quick-start/dev.md
)
## 🚀 部署
-
[
快开始本地开发
](
<
[docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/quick-start/dev.md](https://doc.fastgpt.run/docs/develop/dev)
>
)
-
[
部署 FastGPT
](
https://doc.fastgpt.run/docs/category/deploy
)
-
[
官方推荐 Sealos 部署
](
https://sealos.io/docs/examples/ai-applications/install-fastgpt-on-desktop
)
无需服务器,代理和域名,高可用。
-
[
docker-compose 部署
](
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deploy/docker.md
)
单机版。
-
[
由社区贡献的宝塔部署和本地运行教程
](
https://www.bilibili.com/video/BV1tV4y1y7Mj/?vd_source=92041a1a395f852f9d89158eaa3f61b4
)
单机版。
## :point_right: RoadMap
## :point_right: RoadMap
-
[
FastGpt RoadMap
](
https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte
)
-
[
FastGpt RoadMap
](
https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte
)
## 🏘️ 交流群
## 🏘️
社区
交流群
添加 wx 进入:
| 交流群 | 小助手 |

| ------------------------------------------------- | ---------------------------------------------- |
| !
[
](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | 
|
## Powered by
## Powered by
...
...
docSite/docs/develop/deploy/docker.md
View file @
48ab2d63
...
@@ -30,6 +30,8 @@ docker-compose -v
...
@@ -30,6 +30,8 @@ docker-compose -v
## 三、创建 docker-compose.yml 文件
## 三、创建 docker-compose.yml 文件
随便找一个目录,创建一个
`docker-compose.yml`
文件,粘贴下面的内容。只需要改 fastgpt 容器的 3 个参数即可启动。
```
yml
```
yml
# 非 host 版本, 不使用本机代理
# 非 host 版本, 不使用本机代理
version
:
'
3.3'
version
:
'
3.3'
...
...
docSite/docs/intro.md
View file @
48ab2d63
...
@@ -4,7 +4,7 @@ sidebar_position: 1
...
@@ -4,7 +4,7 @@ sidebar_position: 1
# 快速了解 FastGpt
# 快速了解 FastGpt
FastGPT 是一个基于
向量 + LLM 模型的 AI 问答系统。可以帮助你快捷、高效的将内部文档进行训练。提供了丰富的调试工具便于调整数据,并可以通过 Iframe 或 API 的形式接入到你现有的应用中。
FastGPT 是一个基于
LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景!
| | |
| | |
| -------------------------- | -------------------------- |
| -------------------------- | -------------------------- |
...
...
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
View file @
48ab2d63
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
"sidebar.docSidebar.category.Datasets"
:
{
"sidebar.docSidebar.category.Datasets"
:
{
"message"
:
"知识库实践"
"message"
:
"知识库实践"
},
},
"sidebar.docSidebar.category.Flow
AI
"
:
{
"sidebar.docSidebar.category.Flow
Modules
"
:
{
"message"
:
"
Flow
编排"
"message"
:
"
高级
编排"
},
},
"sidebar.docSidebar.category.Other"
:
{
"sidebar.docSidebar.category.Other"
:
{
"message"
:
"其他"
"message"
:
"其他"
...
...
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/develop/deploy/docker.md
View file @
48ab2d63
...
@@ -30,6 +30,8 @@ docker-compose -v
...
@@ -30,6 +30,8 @@ docker-compose -v
## 三、创建 docker-compose.yml 文件
## 三、创建 docker-compose.yml 文件
随便找一个目录,创建一个
`docker-compose.yml`
文件,粘贴下面的内容。只需要改 fastgpt 容器的 3 个参数即可启动。
```
yml
```
yml
# 非 host 版本, 不使用本机代理
# 非 host 版本, 不使用本机代理
version
:
'
3.3'
version
:
'
3.3'
...
...
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/intro.md
View file @
48ab2d63
#
模块编排介绍
#
介绍(待完成)
FastGpt V4 后将采用新的交互方式来构建 AI 应用。使用了“节点”编排的方式去掉原先的表单方式。提高可玩性和扩展性的同时也提高了上手的门槛,这篇文章就来简单介绍一下 “预览版” 的模块编排基本使用方法。
FastGpt V4 后将采用新的交互方式来构建 AI 应用。使用了“节点”编排的方式去掉原先的表单方式。提高可玩性和扩展性的同时也提高了上手的门槛,这篇文章就来简单介绍一下 “预览版” 的模块编排基本使用方法。
...
...
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md
View file @
48ab2d63
...
@@ -4,7 +4,7 @@ sidebar_position: 1
...
@@ -4,7 +4,7 @@ sidebar_position: 1
# 快速了解 FastGpt
# 快速了解 FastGpt
FastGPT 是一个基于
向量 + LLM 模型的 AI 问答系统。可以帮助你快捷、高效的将内部文档进行训练。提供了丰富的调试工具便于调整数据,并可以通过 Iframe 或 API 的形式接入到你现有的应用中。
FastGPT 是一个基于
LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景!
| | |
| | |
| -------------------------- | -------------------------- |
| -------------------------- | -------------------------- |
...
...
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