Uses of Class
org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
Packages that use AzureOpenAiEmbeddingOptions
Package
Description
-
Uses of AzureOpenAiEmbeddingOptions in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return AzureOpenAiEmbeddingOptionsModifier and TypeMethodDescriptionAzureOpenAiEmbeddingOptions.Builder.build()AzureOpenAiEmbeddingModel.getDefaultOptions()Methods in org.springframework.ai.azure.openai with parameters of type AzureOpenAiEmbeddingOptionsModifier and TypeMethodDescriptionAzureOpenAiEmbeddingOptions.Builder.from(AzureOpenAiEmbeddingOptions fromOptions) Constructors in org.springframework.ai.azure.openai with parameters of type AzureOpenAiEmbeddingOptionsModifierConstructorDescriptionAzureOpenAiEmbeddingModel(com.azure.ai.openai.OpenAIClient azureOpenAiClient, MetadataMode metadataMode, AzureOpenAiEmbeddingOptions options) AzureOpenAiEmbeddingModel(com.azure.ai.openai.OpenAIClient azureOpenAiClient, MetadataMode metadataMode, AzureOpenAiEmbeddingOptions options, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of AzureOpenAiEmbeddingOptions in org.springframework.ai.model.azure.openai.autoconfigure
Methods in org.springframework.ai.model.azure.openai.autoconfigure that return AzureOpenAiEmbeddingOptions