Class AzureOpenAiEmbeddingProperties
java.lang.Object
org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiEmbeddingProperties
@ConfigurationProperties("spring.ai.azure.openai.embedding")
public class AzureOpenAiEmbeddingProperties
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnabled
(boolean enabled) void
setMetadataMode
(MetadataMode metadataMode) void
setOptions
(AzureOpenAiEmbeddingOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
AzureOpenAiEmbeddingProperties
public AzureOpenAiEmbeddingProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
getMetadataMode
-
setMetadataMode
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-