Uses of Class
com.azure.ai.openai.models.Embeddings
Packages that use Embeddings
-
Uses of Embeddings in com.azure.ai.openai
Methods in com.azure.ai.openai that return EmbeddingsModifier and TypeMethodDescriptionOpenAIClient.getEmbeddings(String deploymentOrModelName, EmbeddingsOptions embeddingsOptions) Return the embeddings for a given prompt.Methods in com.azure.ai.openai that return types with arguments of type EmbeddingsModifier and TypeMethodDescriptionOpenAIAsyncClient.getEmbeddings(String deploymentOrModelName, EmbeddingsOptions embeddingsOptions) Return the embeddings for a given prompt.