Class BedrockCohereEmbeddingModel

java.lang.Object
dev.langchain4j.model.bedrock.BedrockCohereEmbeddingModel
All Implemented Interfaces:
EmbeddingModel

public class BedrockCohereEmbeddingModel extends Object implements EmbeddingModel
Bedrock Cohere embedding model with support for both versions: cohere.embed-english-v3 and cohere.embed-multilingual-v3
See more details here and here.