diff --git a/packages/components/nodes/embeddings/GoogleVertexAIEmbedding/GoogleVertexAIEmbedding.ts b/packages/components/nodes/embeddings/GoogleVertexAIEmbedding/GoogleVertexAIEmbedding.ts index 894ccab5..c7079d05 100644 --- a/packages/components/nodes/embeddings/GoogleVertexAIEmbedding/GoogleVertexAIEmbedding.ts +++ b/packages/components/nodes/embeddings/GoogleVertexAIEmbedding/GoogleVertexAIEmbedding.ts @@ -32,6 +32,10 @@ class GoogleVertexAIEmbedding_Embeddings implements INode { { label: 'textembedding-gecko', name: 'textembedding-gecko' + }, + { + label: 'textembedding-gecko@001', + name: 'textembedding-gecko@001' } ], default: 'textembedding-gecko'