mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
4.6.8-production (#822)
* Json completion (#16) * json-completion * fix duplicate * fix * fix: config json * feat: query extension * perf: i18n * 468 doc * json editor * perf: doc * perf: default extension model * docker file * doc * perf: token count * perf: search extension * format * perf: some constants data --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -994,7 +994,7 @@ export default async function (ctx: FunctionContext) {
|
||||
},
|
||||
{
|
||||
"moduleId": "p9h459",
|
||||
"name": "core.module.template.cfr",
|
||||
"name": "问题补全",
|
||||
"avatar": "/imgs/module/cfr.svg",
|
||||
"flowType": "cfr",
|
||||
"showStatus": true,
|
||||
|
@@ -638,15 +638,6 @@ HTTP 模块允许你调用任意 GET/POST 类型的 HTTP 接口,从而实现
|
||||
"value": "embedding",
|
||||
"connected": false
|
||||
},
|
||||
{
|
||||
"key": "datasetParamsModal",
|
||||
"type": "selectDatasetParamsModal",
|
||||
"label": "",
|
||||
"valueType": "any",
|
||||
"showTargetInApp": false,
|
||||
"showTargetInPlugin": false,
|
||||
"connected": false
|
||||
},
|
||||
{
|
||||
"key": "userChatInput",
|
||||
"type": "target",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "问题补全"
|
||||
title: "问题补全(已合并到知识库搜索)"
|
||||
description: "问题补全模块介绍和使用"
|
||||
icon: "input"
|
||||
draft: false
|
||||
|
@@ -7,6 +7,8 @@ toc: true
|
||||
weight: 357
|
||||
---
|
||||
|
||||
知识库搜索具体参数说明,以及内部逻辑请移步:[FastGPT知识库搜索方案](/docs/course/data_search/)
|
||||
|
||||
## 特点
|
||||
|
||||
- 可重复添加(复杂编排时防止线太乱,可以更美观)
|
||||
|
Reference in New Issue
Block a user