Class BedrockCohereEmbeddingAutoConfiguration

java.lang.Object
org.springframework.ai.model.bedrock.cohere.autoconfigure.BedrockCohereEmbeddingAutoConfiguration

@AutoConfiguration @ConditionalOnClass(CohereEmbeddingBedrockApi.class) @EnableConfigurationProperties({BedrockCohereEmbeddingProperties.class,BedrockAwsConnectionProperties.class}) @ConditionalOnProperty(name="spring.ai.model.embedding", havingValue="bedrock-cohere", matchIfMissing=true) @Import(BedrockAwsConnectionConfiguration.class) public class BedrockCohereEmbeddingAutoConfiguration extends Object
Auto-configuration for Bedrock Cohere Embedding Model.
Since:
0.8.0
Author:
Christian Tzolov, Wei Jiang