Commit 911c5c00 by archer

docs

parent bd137d75
---
sidebar_position: 1
---
# 模块编排介绍
FastGpt V4 后将采用新的交互方式来构建 AI 应用。使用了“节点”编排的方式去掉原先的表单方式。提高可玩性和扩展性的同时也提高了上手的门槛,这篇文章就来简单介绍一下 “预览版” 的模块编排基本使用方法。
......
......@@ -33,11 +33,11 @@ const sidebars = {
},
{
type: 'category',
label: 'Flow Settings',
label: 'Flow Modules',
link: {
type: 'generated-index'
},
items: [{ type: 'autogenerated', dirName: 'flow-settings' }]
items: [{ type: 'autogenerated', dirName: 'flow-modules' }]
},
{
type: 'category',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment