mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Updated Cache Icons
This commit is contained in:
@@ -19,7 +19,7 @@ class UpstashRedisCache implements INode {
|
||||
this.version = 1.0
|
||||
this.type = 'UpstashRedisCache'
|
||||
this.description = 'Cache LLM response in Upstash Redis, serverless data for Redis and Kafka'
|
||||
this.icon = 'upstash.png'
|
||||
this.icon = 'Upstash.svg'
|
||||
this.category = 'Cache'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(LangchainUpstashRedisCache)]
|
||||
this.credential = {
|
||||
|
||||
Reference in New Issue
Block a user