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
@@ -21,7 +21,7 @@ class InMemoryEmbeddingCache implements INode {
this.version = 1.0
this.type = 'InMemoryEmbeddingCache'
this.description = 'Cache generated Embeddings in memory to avoid needing to recompute them.'
this.icon = 'inmemorycache.png'
this.icon = 'Memory.svg'
this.category = 'Cache'
this.baseClasses = [this.type, ...getBaseClasses(CacheBackedEmbeddings)]
this.inputs = [