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.Mono<com.azure.core.http.rest.Response<Embeddings>>OpenAIAsyncClient.getEmbeddingsWithResponse(String deploymentOrModelName, EmbeddingsOptions embeddingsOptions, com.azure.core.http.rest.RequestOptions requestOptions) Return the embeddings for a given prompt.com.azure.core.http.rest.Response<Embeddings>OpenAIClient.getEmbeddingsWithResponse(String deploymentOrModelName, EmbeddingsOptions embeddingsOptions, com.azure.core.http.rest.RequestOptions requestOptions) Return the embeddings for a given prompt.