mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 17:15:08 +08:00
### What problem does this PR solve? Fix: Modify the text of the category operator form #4412 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -298,9 +298,7 @@ export const componentMenuList = [
|
||||
{
|
||||
name: Operator.Message,
|
||||
},
|
||||
{
|
||||
name: Operator.Relevant,
|
||||
},
|
||||
|
||||
{
|
||||
name: Operator.RewriteQuestion,
|
||||
},
|
||||
@ -428,7 +426,6 @@ export const initialGenerateValues = {
|
||||
|
||||
export const initialRewriteQuestionValues = {
|
||||
...initialLlmBaseValues,
|
||||
loop: 1,
|
||||
};
|
||||
|
||||
export const initialRelevantValues = {
|
||||
|
||||
Reference in New Issue
Block a user