Updated Cache Icons

This commit is contained in:
abhishekshankr
2023-12-18 03:12:10 -05:00
parent 538b300279
commit 6402bac079
9 changed files with 45 additions and 5 deletions
@@ -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 = {