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
0d30b7ba
authored
Nov 28, 2024
by
Archer
Committed by
GitHub
Nov 28, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#3263)
parent
31f7cf6c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
README.md
+4
-4
files/docker/docker-compose-milvus.yml
+4
-4
files/docker/docker-compose-zilliz.yml
+4
-4
No files found.
README.md
View file @
0d30b7ba
...
@@ -105,12 +105,12 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
...
@@ -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/
)
[
点击查看 Sealos 一键部署 FastGPT 教程
](
https://doc.tryfastgpt.ai/docs/development/sealos/
)
*
[
快速开始本地开发
](
https://doc.tryfastgpt.ai/docs/development/intro/
)
*
[
快速开始本地开发
](
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/configuration/
)
*
[
多模型配置
](
https://doc.tryfastgpt.ai/docs/development/one-api/
)
*
[
多模型配置
](
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/
)
*
[
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
/
)
<a
href=
"#readme"
>
<a
href=
"#readme"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
...
@@ -149,7 +149,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
...
@@ -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/
)
<a
href=
"#readme"
>
<a
href=
"#readme"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
<img
src=
"https://img.shields.io/badge/-返回顶部-7d09f1.svg"
alt=
"#"
align=
"right"
>
...
...
files/docker/docker-compose-milvus.yml
View file @
0d30b7ba
...
@@ -114,15 +114,15 @@ services:
...
@@ -114,15 +114,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
3-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
3-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
4
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.1
3
-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.8.1
4-milvus
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
3
-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
4-milvus
-fix # 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
files/docker/docker-compose-zilliz.yml
View file @
0d30b7ba
...
@@ -53,15 +53,15 @@ services:
...
@@ -53,15 +53,15 @@ services:
wait $$!
wait $$!
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
3-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.8.1
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
3-fix
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
4
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.1
3
-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.8.1
4-milvus
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
3
-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.1
4-milvus
-fix # 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
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