mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: add KeywordExtractForm and BaiduForm and DuckDuckGoForm #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -125,18 +125,18 @@ export const componentMenuList = [
|
||||
name: Operator.RewriteQuestion,
|
||||
description: operatorMap[Operator.RewriteQuestion].description,
|
||||
},
|
||||
// {
|
||||
// name: Operator.KeywordExtract,
|
||||
// description: operatorMap[Operator.Message].description,
|
||||
// },
|
||||
// {
|
||||
// name: Operator.DuckDuckGo,
|
||||
// description: operatorMap[Operator.Relevant].description,
|
||||
// },
|
||||
// {
|
||||
// name: Operator.Baidu,
|
||||
// description: operatorMap[Operator.RewriteQuestion].description,
|
||||
// },
|
||||
{
|
||||
name: Operator.KeywordExtract,
|
||||
description: operatorMap[Operator.Message].description,
|
||||
},
|
||||
{
|
||||
name: Operator.DuckDuckGo,
|
||||
description: operatorMap[Operator.Relevant].description,
|
||||
},
|
||||
{
|
||||
name: Operator.Baidu,
|
||||
description: operatorMap[Operator.RewriteQuestion].description,
|
||||
},
|
||||
];
|
||||
|
||||
export const initialRetrievalValues = {
|
||||
|
||||
Reference in New Issue
Block a user