Uses of Class
com.azure.ai.openai.models.EmbeddingsOptions
Packages that use EmbeddingsOptions
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of EmbeddingsOptions in com.azure.ai.openai
Methods in com.azure.ai.openai with parameters of type EmbeddingsOptionsModifier and TypeMethodDescriptionOpenAIAsyncClient.getEmbeddings(String deploymentOrModelName, EmbeddingsOptions embeddingsOptions) Return the embeddings for a given prompt.OpenAIClient.getEmbeddings(String deploymentOrModelName, EmbeddingsOptions embeddingsOptions) Return the embeddings for a given prompt. -
Uses of EmbeddingsOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return EmbeddingsOptionsModifier and TypeMethodDescriptionSet the model property: The model name to provide as part of this embeddings request.Set the user property: An identifier for the caller or end user of the operation.