mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +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/DialogBoxes/htmlRendering" />
|
8
document/content/docs/introduction/guide/admin/index.mdx
Normal file
8
document/content/docs/introduction/guide/admin/index.mdx
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 商业版管理
|
||||
description: FastGPT 商业版管理
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/admin/sso" />
|
@@ -115,7 +115,7 @@ env:
|
||||
|
||||
#### 3. 开启成员同步(可选)
|
||||
|
||||
如果需要同步外部系统的成员,可以选择开启成员同步。团队模式具体可参考:[团队模式说明文档](/docs/guide/admin/teamMode)
|
||||
如果需要同步外部系统的成员,可以选择开启成员同步。团队模式具体可参考:[团队模式说明文档](/docs/introduction/guide/admin/teamMode)
|
||||
|
||||

|
||||
|
||||
|
@@ -71,7 +71,7 @@ description: FastGPT 团队模式说明文档
|
||||
|
||||
在完成系统配置,开启同步模式的情况下,外部成员系统的成员会自动同步到 FastGPT 中。
|
||||
|
||||
具体的同步方式和规则请参考 [SSO & 外部成员同步](/docs/guide/admin/sso.md)。
|
||||
具体的同步方式和规则请参考 [SSO & 外部成员同步](/docs/introduction/guide/admin/sso.md)。
|
||||
|
||||
|
||||
## 配置
|
||||
|
@@ -79,7 +79,7 @@ Tips: 可以通过点击上下文按键查看完整的上下文组成,便于
|
||||
|
||||
FastGPT 知识库采用 QA 对(不一定都是问答格式,仅代表两个变量)的格式存储,在转义成字符串时候会根据**引用模板**来进行格式化。知识库包含多个可用变量: q, a, sourceId(数据的ID), index(第n个数据), source(数据的集合名、文件名),score(距离得分,0-1) 可以通过 `{{q}}` `{{a}}` `{{sourceId}}` `{{index}}` `{{source}}` `{{score}}` 按需引入。下面一个模板例子:
|
||||
|
||||
可以通过 [知识库结构讲解](/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/course/quick-start" />
|
@@ -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" />
|
8
document/content/docs/introduction/guide/index.mdx
Normal file
8
document/content/docs/introduction/guide/index.mdx
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 使用指南
|
||||
description: FastGPT 使用指南
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/course/quick-start" />
|
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 知识库
|
||||
description: FastGPT 知识库
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/knowledge_base/RAG" />
|
@@ -10,7 +10,7 @@ import { Alert } from '@/components/docs/Alert';
|
||||
|
||||
## 统一的接口规范
|
||||
|
||||
为了实现对不同文档库的统一接入,FastGPT 对第三方文档库进行了接口的规范,共包含 4 个接口内容,可以[查看 API 文件库接口](/docs/guide/knowledge_base/api_dataset)。
|
||||
为了实现对不同文档库的统一接入,FastGPT 对第三方文档库进行了接口的规范,共包含 4 个接口内容,可以[查看 API 文件库接口](/docs/introduction/guide/knowledge_base/api_dataset)。
|
||||
|
||||
所有内置的文档库,都是基于标准的 API 文件库进行扩展。可以参考`FastGPT/packages/service/core/dataset/apiDataset/yuqueDataset/api.ts`中的代码,进行其他文档库的扩展。一共需要完成 4 个接口开发:
|
||||
|
||||
@@ -37,7 +37,7 @@ export type YuqueServer = {
|
||||
|
||||
<Alert icon="🤖" context="success">
|
||||
|
||||
如果文档库有`根目录`选择的功能,需要设置添加一个字段`basePath`[点击查看`根目录`功能](/docs/guide/knowledge_base/third_dataset/#添加配置表单)
|
||||
如果文档库有`根目录`选择的功能,需要设置添加一个字段`basePath`[点击查看`根目录`功能](/docs/introduction/guide/knowledge_base/third_dataset/#添加配置表单)
|
||||
|
||||
</Alert>
|
||||
|
||||
|
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 系统插件
|
||||
description: FastGPT 系统插件
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/plugins/dev_system_tool" />
|
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 团队与权限
|
||||
description: FastGPT 团队与权限
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/team_permissions/team_roles_permissions" />
|
Reference in New Issue
Block a user