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()
AzureOpenAiEmbeddingClient.getDefaultOptions()
Constructors in org.springframework.ai.azure.openai with parameters of type AzureOpenAiEmbeddingOptionsModifierConstructorDescriptionAzureOpenAiEmbeddingClient
(com.azure.ai.openai.OpenAIClient azureOpenAiClient, MetadataMode metadataMode, AzureOpenAiEmbeddingOptions options)