Embeddings Azure OpenAI
Generate vector embeddings using Azure OpenAI deployments on indie.money
Written By pvdyck
Last updated 18 days ago
Embeddings Azure OpenAI
Generate text embeddings using your Azure OpenAI deployment for vector storage and retrieval.
Setup
- Add an Azure OpenAI API credential with your API key, resource name, and API version
- Connect this node as a sub-node to a Vector Store node (Supabase, Pinecone, or Qdrant)
- 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)