Uses of Class
org.springframework.ai.model.bedrock.cohere.autoconfigure.BedrockCohereEmbeddingProperties
Packages that use BedrockCohereEmbeddingProperties
-
Uses of BedrockCohereEmbeddingProperties in org.springframework.ai.model.bedrock.cohere.autoconfigure
Methods in org.springframework.ai.model.bedrock.cohere.autoconfigure with parameters of type BedrockCohereEmbeddingPropertiesModifier and TypeMethodDescriptionorg.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApiBedrockCohereEmbeddingAutoConfiguration.cohereEmbeddingApi(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider, BedrockCohereEmbeddingProperties properties, BedrockAwsConnectionProperties awsProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper) org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingModelBedrockCohereEmbeddingAutoConfiguration.cohereEmbeddingModel(org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi cohereEmbeddingApi, BedrockCohereEmbeddingProperties properties)