--- title: Embeddings Google Vertex node documentation description: Learn how to use the Embeddings Google Vertex node in n8n. Follow technical documentation to integrate Embeddings Google Gemini node into your workflows. contentType: [integration, reference] priority: medium --- # Embeddings Google Vertex node Use the Embeddings Google Vertex node to generate [embeddings](/08-0-0-Workflow/glossary.md#ai-embedding) for a given text. On this page, you'll find the node parameters for the Embeddings Google Vertex node, and links to more resources. ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/google/service-account.md). ``` ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node parameters - **Model**: Select the model to use to generate the embedding. Learn more about available embedding models in [Google VertexAI embeddings API documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text-embeddings-api). ## Templates and examples ## Related resources Refer to [LangChain's Google Generative AI embeddings documentation](https://js.langchain.com/docs/integrations/text_embedding/google_generativeai) for more information about the service. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```