Creates an instance of the Azure OpenAI embedding client.
This configuration is used to retrieve a deployment. Depending on the configuration use either the given deployment ID or the model name to retrieve matching deployments. If model and deployment ID are given, the model is verified against the deployment.
Optionaldestination: HttpDestinationOrFetchOptions
The destination to use for the request.
Creates an embedding vector representing the given text.
Request containing embedding input parameters.
OptionalrequestConfig: CustomRequestConfig
The request configuration.
The completion result.
Azure OpenAI client for embeddings.