AzureEmbedding
- model_type (EmbeddingModelType, optional): The model type to be used for text embeddings. (default: :obj:
TEXT_EMBEDDING_3_SMALL
) - url (Optional[str], optional): The url to the Azure OpenAI service. (default: :obj:
None
) - api_key (str, optional): The API key for authenticating with the Azure OpenAI service. (default: :obj:
None
) - api_version (str, optional): The API version for Azure OpenAI service. (default: :obj:
None
) - dimensions (Optional[int], optional): The text embedding output dimensions. (default: :obj:
None
)
init
embed_list
- objs (list[str]): The list of texts to embed. **kwargs (Any): Additional keyword arguments to pass to the API.