Update icons

This commit is contained in:
abhishekshankr
2023-12-21 12:00:14 -05:00
parent 1c299af26b
commit d8af8ccb09
71 changed files with 116 additions and 248 deletions
@@ -20,7 +20,7 @@ class OllamaEmbedding_Embeddings implements INode {
this.name = 'ollamaEmbedding'
this.version = 1.0
this.type = 'OllamaEmbeddings'
this.icon = 'ollama.png'
this.icon = 'Ollama.svg'
this.category = 'Embeddings'
this.description = 'Generate embeddings for a given text using open source model on Ollama'
this.baseClasses = [this.type, ...getBaseClasses(OllamaEmbeddings)]