mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
Update icons
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ class GoogleVertexAIEmbedding_Embeddings implements INode {
|
||||
this.name = 'googlevertexaiEmbeddings'
|
||||
this.version = 1.0
|
||||
this.type = 'GoogleVertexAIEmbeddings'
|
||||
this.icon = 'vertexai.svg'
|
||||
this.icon = 'GoogleVertex.svg'
|
||||
this.category = 'Embeddings'
|
||||
this.description = 'Google vertexAI API to generate embeddings for a given text'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(GoogleVertexAIEmbeddings)]
|
||||
|
||||
Reference in New Issue
Block a user