Uses of Class
org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
Packages that use AzureOpenAiEmbeddingOptions
Package
Description
-
Uses of AzureOpenAiEmbeddingOptions in org.springframework.ai.autoconfigure.azure.openai
Methods in org.springframework.ai.autoconfigure.azure.openai that return AzureOpenAiEmbeddingOptionsMethods in org.springframework.ai.autoconfigure.azure.openai with parameters of type AzureOpenAiEmbeddingOptionsModifier and TypeMethodDescriptionvoid
AzureOpenAiEmbeddingProperties.setOptions
(AzureOpenAiEmbeddingOptions options) -
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)