Update redis icon

This commit is contained in:
ivalkshfoeif
2023-06-28 10:10:12 -07:00
parent 0fb1d8a1ff
commit c36489f947
3 changed files with 2 additions and 9 deletions
@@ -19,7 +19,7 @@ class RedisBackedChatMemory_Memory implements INode {
this.label = 'Redis-Backed Chat Memory'
this.name = 'RedisBackedChatMemory'
this.type = 'RedisBackedChatMemory'
this.icon = 'memory.svg'
this.icon = 'redis.svg'
this.category = 'Memory'
this.description = 'Summarizes the conversation and stores the memory in Redis server'
this.baseClasses = [this.type, ...getBaseClasses(BufferMemory)]