--- title: Embeddings Google PaLM node documentation description: Learn how to use the Embeddings Google PaLM node in n8n. Follow technical documentation to integrate Embeddings Google PaLM node into your workflows. contentType: [integration, reference] --- # Embeddings Google PaLM node Use the Embeddings Google PaLM 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 PaLM node, and links to more resources. ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/googleai.md). ``` ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node parameters * **Model**: Select the model to use to generate the embedding. n8n dynamically loads models from the Google PaLM API and you'll only see the models available to your account. ## Templates and examples ## Related resources Refer to [Langchain's Google PaLM embeddings documentation](https://js.langchain.com/v0.2/docs/integrations/text_embedding/google_palm/) for more information about the service. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```