Docs: update weight (#290)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
Carson Yang
2023-09-12 22:36:34 +08:00
committed by GitHub
parent 7521bce77e
commit 1aaafcf631
34 changed files with 229 additions and 220 deletions

View File

@@ -1,5 +1,5 @@
---
weight: 800
weight: 900
title: '本地模型使用'
description: 'FastGPT 对接本地模型'
icon: 'model_training'

View File

@@ -4,7 +4,7 @@ description: ' 将 FastGPT 接入私有化模型 ChatGLM2和m3e-large'
icon: 'model_training'
draft: false
toc: true
weight: 200
weight: 930
---
## 前言

View File

@@ -4,7 +4,7 @@ description: ' 将 FastGPT 接入私有化模型 ChatGLM2-6B'
icon: 'model_training'
draft: false
toc: true
weight: 100
weight: 910
---
## 前言

View File

@@ -4,7 +4,7 @@ description: ' 将 FastGPT 接入私有化模型 M3E'
icon: 'model_training'
draft: false
toc: true
weight: 100
weight: 920
---
## 前言

View File

@@ -1,5 +1,5 @@
---
weight: 200
weight: 500
title: '开发指南'
description: '本地开发 FastGPT 必看'
icon: 'code_blocks'

View File

@@ -4,7 +4,7 @@ description: 'FastGPT 配置参数介绍'
icon: 'settings'
draft: false
toc: true
weight: 100
weight: 520
---
由于环境变量不利于配置复杂的内容,新版 FastGPT 采用了 ConfigMap 的形式挂载配置文件,你可以在 `client/data/config.json` 看到默认的配置文件。可以参考 [docker-compose 快速部署](/docs/installation/docker/) 来挂载配置文件。

View File

@@ -4,7 +4,7 @@ description: '对 FastGPT 进行开发调试'
icon: 'developer_guide'
draft: false
toc: true
weight: -10
weight: 510
---
本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)。

View File

@@ -4,7 +4,7 @@ description: 'FastGPT 的能力与优势'
icon: 'rocket_launch'
draft: false
toc: true
weight: -100
weight: -10
---
FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景!

View File

@@ -1,5 +1,5 @@
---
weight: 100
weight: 300
title: '使用案例'
description: '有关 FastGPT 其他实践案例的更多信息'
icon: 'cases'

View File

@@ -4,7 +4,7 @@ description: " 利用 FastGPT 打造高质量 AI 知识库"
icon: "school"
draft: false
toc: true
weight: 640
weight: 340
---
## 前言

View File

@@ -4,7 +4,7 @@ description: "FastGPT 对接 OnWeChat"
icon: "chat"
draft: false
toc: true
weight: 620
weight: 320
---
# 1 分钟对接 OnWeChat

View File

@@ -4,7 +4,7 @@ description: "通过与 OpenAI 兼容的 API 对接第三方应用"
icon: "model_training"
draft: false
toc: true
weight: 620
weight: 330
---
## 获取 API 秘钥

View File

@@ -4,7 +4,7 @@ description: "FastGPT 提示词 & 限定词说明"
icon: "sign_language"
draft: false
toc: true
weight: 10
weight: 310
---
# AI 对话消息组成

View File

@@ -1,5 +1,5 @@
---
weight: 10
weight: 100
title: '高级编排'
description: 'FastGPT 高级编排文档'
icon: 'family_history'

View File

@@ -1,5 +1,5 @@
---
weight: 440
weight: 140
title: "编排示例"
description: "介绍 FastGPT 的高级编排实践案例"
icon: "list"

View File

@@ -4,7 +4,7 @@ description: '利用指定回复,创建固定的开头和结尾'
icon: 'healing'
draft: false
toc: true
weight: 500
weight: 142
---
![](/imgs/demo-fix-evidence1.png)

View File

@@ -4,7 +4,7 @@ description: '将 FastGPT 外接搜索引擎'
icon: 'search'
draft: false
toc: true
weight: 500
weight: 143
---
![](/imgs/google_search_1.png)

View File

@@ -4,7 +4,7 @@ description: '展示高级编排操作数据库的能力'
icon: 'database'
draft: false
toc: true
weight: 499
weight: 141
---
![](/imgs/demo-appointment1.png)

View File

@@ -4,7 +4,7 @@ description: '利用 GPT 优化和完善知识库搜索词,实现上下文关
icon: 'search'
draft: false
toc: true
weight: 500
weight: 144
---
![](/imgs/demo_op_question1.png)

View File

@@ -4,7 +4,7 @@ description: "快速了解 FastGPT 高级编排"
icon: "circle"
draft: false
toc: true
weight: 410
weight: 110
---
FastGPT 从 V4 版本开始采用新的交互方式来构建 AI 应用。使用了 Flow 节点编排的方式来实现复杂工作流,提高可玩性和扩展性。但同时也提高了上手的门槛,有一定开发背景的用户使用起来会比较容易。

View File

@@ -1,5 +1,5 @@
---
weight: 420
weight: 120
title: "模块介绍"
description: "介绍 FastGPT 的常用模块"
icon: "apps"

View File

@@ -4,7 +4,7 @@ description: "FastGPT AI 对话模块介绍"
icon: "chat"
draft: false
toc: true
weight: 423
weight: 123
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 内容提取模块介绍"
icon: "content_paste_go"
draft: false
toc: true
weight: 424
weight: 125
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 用户引导模块介绍"
icon: "psychology"
draft: false
toc: true
weight: 426
weight: 127
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 历史记录模块介绍"
icon: "history"
draft: false
toc: true
weight: 427
weight: 128
---
# 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT HTTP 模块介绍"
icon: "http"
draft: false
toc: true
weight: 428
weight: 129
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 用户问题模块介绍"
icon: "input"
draft: false
toc: true
weight: 430
weight: 131
---
## 特点

View File

@@ -4,7 +4,7 @@ description: 'FastGPT AI 知识库搜索模块介绍'
icon: 'chat'
draft: false
toc: true
weight: 423
weight: 124
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 问题分类模块介绍"
icon: "quiz"
draft: false
toc: true
weight: 425
weight: 126
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 指定回复模块介绍"
icon: "reply"
draft: false
toc: true
weight: 429
weight: 130
---
## 特点

View File

@@ -4,7 +4,7 @@ description: "FastGPT 触发器模块介绍"
icon: "work_history"
draft: false
toc: true
weight: 421
weight: 121
---
细心的同学可以发现,在每个功能模块里都会有一个叫【触发器】的外部输入,并且是 any 类型。

View File

@@ -4,7 +4,7 @@ description: "FastGPT 全局变量模块介绍"
icon: "variables"
draft: false
toc: true
weight: 422
weight: 122
---
## 特点