Updated embeddings and llm icons

This commit is contained in:
abhishekshankr
2023-12-18 03:30:07 -05:00
parent 4b8ebd494a
commit c079781d18
15 changed files with 24 additions and 5 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)]