Embeddings Azure OpenAI

Generate vector embeddings using Azure OpenAI deployments on indie.money

Written By pvdyck

Last updated 9 days ago

Embeddings Azure OpenAI

Generate text embeddings using your Azure OpenAI deployment for vector storage and retrieval.

n8n docsEmbeddings Azure OpenAI documentation
AuthAzure OpenAI API Key via Secure Vault

Setup

  1. Add an Azure OpenAI API credential with your API key, resource name, and API version
  2. Connect this node as a sub-node to a Vector Store node (Supabase, Pinecone, or Qdrant)
  3. Enter your deployment name in the Model field

Features

  • All Azure OpenAI embedding models supported
  • Configurable batch size, dimensions, and timeout
  • Strip new lines option for input text preprocessing

Notes

  • Requires an Azure OpenAI resource with an embedding model deployed
  • Only API Key authentication is supported (Entra ID / OAuth2 is not available)

Related