mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
doc and config rerank (#475)
This commit is contained in:
@@ -292,6 +292,14 @@ export const DatasetSearchModule: FlowModuleTemplateType = {
|
||||
{ label: '20', value: 20 }
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'rerank',
|
||||
type: FlowNodeInputTypeEnum.switch,
|
||||
label: '结果重排',
|
||||
description: '将召回的结果进行进一步重排,可增加召回率',
|
||||
plusField: true,
|
||||
value: false
|
||||
},
|
||||
Input_Template_UserChatInput
|
||||
],
|
||||
outputs: [
|
||||
|
Reference in New Issue
Block a user