Index
All Classes and Interfaces|All Packages
C
- CohereEmbeddingModel - Class in dev.langchain4j.model.cohere
-
An implementation of an
EmbeddingModelthat uses Cohere Embed API. - CohereEmbeddingModel(String, String, String, String, Duration, Boolean, Boolean, Integer) - Constructor for class dev.langchain4j.model.cohere.CohereEmbeddingModel
- CohereScoringModel - Class in dev.langchain4j.model.cohere
-
An implementation of a
ScoringModelthat uses Cohere Rerank API. - CohereScoringModel(String, String, String, Duration, Integer, Proxy, 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withApiKey(String) - Static method in class dev.langchain4j.model.cohere.CohereScoringModel
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use
builder()instead, and explicitly set the model name and, if necessary, other parameters.
All Classes and Interfaces|All Packages
builder()instead, and explicitly set the model name and, if necessary, other parameters.