mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-20 18:54:09 +00:00
New dpcs structure and dataset i18n (#551)
* perf: check balance * md * lock way * i18n * docs * doc * i18n * update doc * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
weight: 100
|
||||
weight: 300
|
||||
title: '高级编排'
|
||||
description: 'FastGPT 高级编排文档'
|
||||
icon: 'family_history'
|
||||
draft: false
|
||||
images: []
|
||||
---
|
||||
<!-- 300 ~ 500 -->
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
weight: 140
|
||||
weight: 400
|
||||
title: "编排示例"
|
||||
description: "介绍 FastGPT 的高级编排实践案例"
|
||||
icon: "list"
|
||||
|
@@ -4,7 +4,7 @@ description: '利用指定回复,创建固定的开头和结尾'
|
||||
icon: 'healing'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 142
|
||||
weight: 401
|
||||
---
|
||||
|
||||

|
||||
|
@@ -4,7 +4,7 @@ description: '将 FastGPT 外接搜索引擎'
|
||||
icon: 'search'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 143
|
||||
weight: 402
|
||||
---
|
||||
|
||||

|
||||
|
@@ -4,7 +4,7 @@ description: '展示高级编排操作数据库的能力'
|
||||
icon: 'database'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 141
|
||||
weight: 403
|
||||
---
|
||||
|
||||

|
||||
|
@@ -4,7 +4,7 @@ description: '利用 GPT 优化和完善知识库搜索词,实现上下文关
|
||||
icon: 'search'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 144
|
||||
weight: 404
|
||||
---
|
||||
|
||||

|
||||
|
@@ -4,7 +4,7 @@ description: '赋予联网功能,将用户问题进行分类,细分后对接
|
||||
icon: 'search'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 143
|
||||
weight: 406
|
||||
---
|
||||
|
||||

|
||||
|
@@ -4,7 +4,7 @@ description: "快速了解 FastGPT 高级编排"
|
||||
icon: "circle"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 110
|
||||
weight: 301
|
||||
---
|
||||
|
||||
FastGPT 从 V4 版本开始采用新的交互方式来构建 AI 应用。使用了 Flow 节点编排的方式来实现复杂工作流,提高可玩性和扩展性。但同时也提高了上手的门槛,有一定开发背景的用户使用起来会比较容易。
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
weight: 120
|
||||
weight: 350
|
||||
title: "模块介绍"
|
||||
description: "介绍 FastGPT 的常用模块"
|
||||
icon: "apps"
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT AI 对话模块介绍"
|
||||
icon: "chat"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 123
|
||||
weight: 351
|
||||
---
|
||||
|
||||
## 特点
|
||||
@@ -21,7 +21,7 @@ weight: 123
|
||||
|
||||
### 对话模型
|
||||
|
||||
可以通过 [config.json](/docs/installation/reference/models/) 配置可选的对话模型,通过 [one-api](/docs/installation/one-api/) 来实现多模型接入。
|
||||
可以通过 [config.json](/docs/development/configuration/) 配置可选的对话模型,通过 [one-api](/docs/development/one-api/) 来实现多模型接入。
|
||||
|
||||
### 温度 & 回复上限
|
||||
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 内容提取模块介绍"
|
||||
icon: "content_paste_go"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 125
|
||||
weight: 352
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 用户引导模块介绍"
|
||||
icon: "psychology"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 127
|
||||
weight: 353
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 历史记录模块介绍"
|
||||
icon: "history"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 128
|
||||
weight: 354
|
||||
---
|
||||
|
||||
# 特点
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT HTTP 模块介绍"
|
||||
icon: "http"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 129
|
||||
weight: 355
|
||||
---
|
||||
|
||||
## 特点
|
||||
@@ -101,4 +101,4 @@ export default async function (ctx: FunctionContext) {
|
||||
|
||||
## 作用
|
||||
|
||||
基于 HTTP 模块可以无限扩展,比如操作数据库、执行联网搜索、发送邮箱等等。如果你有有趣的案例,欢迎提交 PR 到 [编排案例](/docs/category/examples)
|
||||
基于 HTTP 模块可以无限扩展,比如操作数据库、执行联网搜索、发送邮箱等等。如果你有有趣的案例,欢迎提交 PR 到 [编排案例](/docs/workflow/examples)
|
@@ -4,7 +4,7 @@ description: "FastGPT 用户问题模块介绍"
|
||||
icon: "input"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 131
|
||||
weight: 356
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
@@ -4,7 +4,7 @@ description: 'FastGPT AI 知识库搜索模块介绍'
|
||||
icon: 'chat'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 124
|
||||
weight: 357
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 问题分类模块介绍"
|
||||
icon: "quiz"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 126
|
||||
weight: 358
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 指定回复模块介绍"
|
||||
icon: "reply"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 130
|
||||
weight: 359
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 触发器模块介绍"
|
||||
icon: "work_history"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 121
|
||||
weight: 360
|
||||
---
|
||||
|
||||
细心的同学可以发现,在每个功能模块里都会有一个叫【触发器】的外部输入,并且是 any 类型。
|
||||
|
@@ -4,7 +4,7 @@ description: "FastGPT 全局变量模块介绍"
|
||||
icon: "variables"
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 122
|
||||
weight: 361
|
||||
---
|
||||
|
||||
## 特点
|
||||
|
Reference in New Issue
Block a user