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:
Archer
2024-02-05 00:51:46 +08:00
committed by GitHub
parent ec8e2512bc
commit 51bbdf26a3
68 changed files with 4118 additions and 3787 deletions

View File

@@ -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,

View File

@@ -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",

View File

@@ -1,5 +1,5 @@
---
title: "问题补全"
title: "问题补全(已合并到知识库搜索)"
description: "问题补全模块介绍和使用"
icon: "input"
draft: false

View File

@@ -7,6 +7,8 @@ toc: true
weight: 357
---
知识库搜索具体参数说明,以及内部逻辑请移步:[FastGPT知识库搜索方案](/docs/course/data_search/)
## 特点
- 可重复添加(复杂编排时防止线太乱,可以更美观)