mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +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: {
|
||||
|
||||
@ -1609,6 +1609,16 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
configuration: '配置',
|
||||
structuredOutput: '结构化输出',
|
||||
},
|
||||
operations: '操作',
|
||||
operationsOptions: {
|
||||
selectKeys: '选择键',
|
||||
literalEval: '字面值求值',
|
||||
combine: '合并',
|
||||
filterValues: '筛选值',
|
||||
appendOrUpdate: '追加或更新',
|
||||
removeKeys: '删除键',
|
||||
renameKeys: '重命名键',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user