Uses of Class
com.azure.ai.openai.models.Embeddings
Packages that use Embeddings
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
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. -
Uses of Embeddings in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return EmbeddingsModifier and TypeMethodDescriptionstatic EmbeddingsEmbeddings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Embeddings from the JsonReader.