Skip to main content
Embeddings are handled by the AzureOpenAIEmbeddings class, which wraps the Azure OpenAI service.

Installation

Embeddings require the openai, azure-identity, numpy, and tiktoken libraries. See the Installation Guide for more information.

Usage

Example