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 VectorDBQAChain_Chains implements INode {
this.name = 'vectorDBQAChain'
this.version = 1.0
this.type = 'VectorDBQAChain'
this.icon = 'chain.svg'
this.icon = 'vectordb.svg'
this.category = 'Chains'
this.description = 'QA chain for vector databases'
this.baseClasses = [this.type, ...getBaseClasses(VectorDBQAChain)]
@@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 27V20H12C13.933 20 15.5 21.567 15.5 23.5C15.5 25.433 13.933 27 12 27H10Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 23H18M21 23C21.8284 23 22.5 22.3284 22.5 21.5C22.5 20.6716 21.8284 20 21 20H18V27H21C22.1046 27 23 26.1046 23 25C23 23.8954 22.1046 23 21 23Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 10C19 6.68629 16.2577 4 12.875 4H11.125C7.74226 4 5 6.68629 5 10C5 11.7572 5.77114 13.338 7 14.4353" stroke="black" stroke-width="2" stroke-linecap="round"/>
<path d="M13 9C13 12.3137 15.7423 15 19.125 15H20.875C24.2577 15 27 12.3137 27 9C27 5.68629 24.2577 3 20.875 3" stroke="black" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 848 B