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
@@ -30,7 +30,7 @@ class MongoDB_Memory implements INode {
this.name = 'MongoDBAtlasChatMemory'
this.version = 1.0
this.type = 'MongoDBAtlasChatMemory'
this.icon = 'mongodb.png'
this.icon = 'mongodb.svg'
this.category = 'Memory'
this.description = 'Stores the conversation in MongoDB Atlas'
this.baseClasses = [this.type, ...getBaseClasses(BufferMemory)]