Update Chain Icons

This commit is contained in:
abhishekshankr
2023-12-18 03:19:43 -05:00
parent 9c3d193432
commit 557bdb0ef7
18 changed files with 82 additions and 19 deletions
@@ -21,7 +21,7 @@ class RetrievalQAChain_Chains implements INode {
this.name = 'retrievalQAChain'
this.version = 1.0
this.type = 'RetrievalQAChain'
this.icon = 'QA_Chain.svg'
this.icon = 'qa.svg'
this.category = 'Chains'
this.description = 'QA chain to answer a question based on the retrieved documents'
this.baseClasses = [this.type, ...getBaseClasses(RetrievalQAChain)]