mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 16:04:34 +00:00
fix:change docs url (#5307)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 工作台
|
||||
description: FastGPT 工作台
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/dashboard/basic-mode" />
|
@@ -28,5 +28,5 @@ import { Alert } from '@/components/docs/Alert';
|
||||
|
||||
|
||||
<Alert icon="🍅" context="success">
|
||||
具体配置参数介绍可以参考: [AI参数配置说明](/docs/guide/course/ai_settings/)
|
||||
具体配置参数介绍可以参考: [AI参数配置说明](/docs/introduction/guide/course/ai_settings/)
|
||||
</Alert>
|
||||
|
@@ -3,7 +3,7 @@ title: 知识库搜索
|
||||
description: FastGPT AI 知识库搜索模块介绍
|
||||
---
|
||||
|
||||
知识库搜索具体参数说明,以及内部逻辑请移步:[FastGPT知识库搜索方案](/docs/guide/knowledge_base/rag/)
|
||||
知识库搜索具体参数说明,以及内部逻辑请移步:[FastGPT知识库搜索方案](/docs/introduction/guide/knowledge_base/rag/)
|
||||
|
||||
## 特点
|
||||
|
||||
@@ -23,7 +23,7 @@ description: FastGPT AI 知识库搜索模块介绍
|
||||
|
||||
### 输入 - 搜索参数
|
||||
|
||||
[点击查看参数介绍](/docs/guide/knowledge_base/dataset_engine/#搜索参数)
|
||||
[点击查看参数介绍](/docs/introduction/guide/knowledge_base/dataset_engine/#搜索参数)
|
||||
|
||||
### 输出 - 引用内容
|
||||
|
||||
|
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 工作流
|
||||
description: FastGPT 工作流
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/dashboard/workflow/ai_chat" />
|
Reference in New Issue
Block a user