Merge pull request #1407 from abhishekshankr/UI/Custom-Icons

UI/Custom Icons for Nodes
This commit is contained in:
Henry Heng
2023-12-19 23:35:37 +00:00
committed by GitHub
235 changed files with 950 additions and 500 deletions
@@ -20,7 +20,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
this.name = 'AWSBedrockEmbeddings'
this.version = 3.0
this.type = 'AWSBedrockEmbeddings'
this.icon = 'awsBedrock.png'
this.icon = 'aws.svg'
this.category = 'Embeddings'
this.description = 'AWSBedrock embedding models to generate embeddings for a given text'
this.baseClasses = [this.type, ...getBaseClasses(BedrockEmbeddings)]