feat: workflow add knowledge-retrieval node

This commit is contained in:
zhaoying
2025-12-29 14:39:57 +08:00
parent 06e5f4f8ff
commit 0fce86f76b
12 changed files with 899 additions and 27 deletions

View File

@@ -131,7 +131,16 @@ export const nodeLibrary: NodeLibrary[] = [
},
// { type: "model_selection", icon: modelSelectionIcon },
// { type: "model_voting", icon: modelVotingIcon },
// { type: "rag", icon: ragIcon },
{ type: "knowledge-retrieval", icon: ragIcon,
config: {
query: {
type: 'variableList',
},
knowledge_retrieval: {
type: 'knowledge'
}
}
},
// { type: "classification", icon: classificationIcon },
// { type: "parameter_extraction", icon: parameterExtractionIcon }
]