mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
Merge pull request #1407 from abhishekshankr/UI/Custom-Icons
UI/Custom Icons for Nodes
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user