Index

C D E S W 
All Classes and Interfaces|All Packages

C

CohereEmbeddingModel - Class in dev.langchain4j.model.cohere
An implementation of an EmbeddingModel that uses Cohere Embed API.
CohereEmbeddingModel(String, String, String, String, Duration, Boolean, Boolean) - Constructor for class dev.langchain4j.model.cohere.CohereEmbeddingModel
 
CohereScoringModel - Class in dev.langchain4j.model.cohere
An implementation of a ScoringModel that uses Cohere Rerank API.
CohereScoringModel(String, String, String, Duration, Integer, Boolean, Boolean) - Constructor for class dev.langchain4j.model.cohere.CohereScoringModel
 

D

dev.langchain4j.model.cohere - package dev.langchain4j.model.cohere
 

E

embedAll(List<TextSegment>) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel
 

S

scoreAll(List<TextSegment>, String) - Method in class dev.langchain4j.model.cohere.CohereScoringModel
 

W

withApiKey(String) - Static method in class dev.langchain4j.model.cohere.CohereEmbeddingModel
 
withApiKey(String) - Static method in class dev.langchain4j.model.cohere.CohereScoringModel
 
C D E S W 
All Classes and Interfaces|All Packages