Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.78 KB

n8n-nodes-langchain.embeddingsazureopenai.md

File metadata and controls

37 lines (24 loc) · 1.78 KB
title description
Embeddings Azure OpenAI
Documentation for the Embeddings Azure OpenAI node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.

Embeddings Azure OpenAI

Use the Embeddings Azure OpenAI node to generate embeddings for a given text.

On this page, you'll find the node parameters for the Embeddings Azure OpenAI node, and links to more resources.

/// note | Credentials You can find authentication information for this node here. ///

/// note | Examples and templates For usage examples and templates to help you get started, refer to n8n's OpenAI Embeddings integrations{:target=_blank .external-link} page. ///

--8<-- "_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md"

Node options

  • Model (Deployment) Name: The model(deployment) to use for generating embeddings.
  • Batch Size: maximum number of documents to send in each request.
  • Strip New Lines: whether to remove new line characters from input text. n8n enables this by default.
  • Timeout: maximum amount of time a request can take in seconds. Set to -1 for no timeout.

Related resources

View example workflows and related content{:target=_blank .external-link} on n8n's website.

Refer to LangChains's OpenAI embeddings documentation{:target=_blank .external-link} for more information about the service.

--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md" --8<-- "_glossary/ai-glossary.md"