Updated icons

This commit is contained in:
abhishekshankr
2023-12-18 12:13:22 -05:00
parent bde61fecfd
commit c6842e1cb8
24 changed files with 65 additions and 12 deletions
@@ -26,7 +26,7 @@ class MongoDBAtlas_VectorStores implements INode {
this.version = 1.0
this.description = `Upsert embedded data and perform similarity search upon query using MongoDB Atlas, a managed cloud mongodb database`
this.type = 'MongoDB Atlas'
this.icon = 'mongodb.png'
this.icon = 'mongodb.svg'
this.category = 'Vector Stores'
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
this.badge = 'NEW'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

@@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 29C15 29.5523 15.4477 30 16 30C16.5523 30 17 29.5523 17 29H15ZM17 29V26.5H15V29H17Z" fill="#01EC64"/>
<path d="M9 15C9 20.6416 12.5363 24.5149 15.4527 26.6201C15.78 26.8564 16.22 26.8564 16.5473 26.6201C19.4637 24.5149 23 20.6416 23 15C23 9.35527 19.4597 4.59562 16.5424 2.38641C16.2206 2.14269 15.7794 2.14269 15.4576 2.38641C12.5403 4.59562 9 9.35527 9 15Z" fill="#01EC64" stroke="#01EC64" stroke-width="2"/>
<path d="M16 25V12" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 606 B