mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-22 06:06:40 +08:00
### What problem does this PR solve? Feat: Add note node #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -21,6 +21,7 @@ export const OperatorIconMap = {
|
||||
[Operator.Agent]: 'agent-ai',
|
||||
[Operator.UserFillUp]: 'await',
|
||||
[Operator.StringTransform]: 'a-textprocessing',
|
||||
[Operator.Note]: 'notebook-pen',
|
||||
// [Operator.Relevant]: BranchesOutlined,
|
||||
// [Operator.RewriteQuestion]: FormOutlined,
|
||||
// [Operator.KeywordExtract]: KeywordIcon,
|
||||
|
||||
Reference in New Issue
Block a user