mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
### What problem does this PR solve? Feat: Add a form with data operations operators #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1728,6 +1728,16 @@ Important structured information may include: names, dates, locations, events, k
|
||||
configuration: 'Configuration',
|
||||
structuredOutput: 'Structured output',
|
||||
},
|
||||
operations: 'Operations',
|
||||
operationsOptions: {
|
||||
selectKeys: 'Select keys',
|
||||
literalEval: 'Literal eval',
|
||||
combine: 'Combine',
|
||||
filterValues: 'Filter values',
|
||||
appendOrUpdate: 'Append or update',
|
||||
removeKeys: 'Remove keys',
|
||||
renameKeys: 'Rename keys',
|
||||
},
|
||||
},
|
||||
llmTools: {
|
||||
bad_calculator: {
|
||||
|
||||
Reference in New Issue
Block a user