mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
update version
This commit is contained in:
@@ -20,7 +20,7 @@ class RedisBackedChatMemory_Memory implements INode {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Redis-Backed Chat Memory'
|
this.label = 'Redis-Backed Chat Memory'
|
||||||
this.name = 'RedisBackedChatMemory'
|
this.name = 'RedisBackedChatMemory'
|
||||||
this.version = 1.0
|
this.version = 2.0
|
||||||
this.type = 'RedisBackedChatMemory'
|
this.type = 'RedisBackedChatMemory'
|
||||||
this.icon = 'redis.svg'
|
this.icon = 'redis.svg'
|
||||||
this.category = 'Memory'
|
this.category = 'Memory'
|
||||||
|
|||||||
Reference in New Issue
Block a user