Index

A B C D E I L M P S T W 
All Classes and Interfaces|All Packages

A

apiKey(String) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
apiKey(String) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 

B

baseUrl(String) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
baseUrl(String) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 
build() - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
build() - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 
builder() - Static method in class dev.langchain4j.model.cohere.CohereEmbeddingModel
 
builder() - Static method in class dev.langchain4j.model.cohere.CohereScoringModel
 

C

CohereEmbeddingModel - Class in dev.langchain4j.model.cohere
An implementation of an EmbeddingModel that uses Cohere Embed API.
CohereEmbeddingModel(CohereEmbeddingModel.CohereEmbeddingModelBuilder) - Constructor for class dev.langchain4j.model.cohere.CohereEmbeddingModel
 
CohereEmbeddingModel(String, String, String, String, Duration, Boolean, Boolean, Integer) - Constructor for class dev.langchain4j.model.cohere.CohereEmbeddingModel
Deprecated, for removal: This API element is subject to removal in a future version.
CohereEmbeddingModel.CohereEmbeddingModelBuilder - Class in dev.langchain4j.model.cohere
 
CohereScoringModel - Class in dev.langchain4j.model.cohere
An implementation of a ScoringModel that uses Cohere Rerank API.
CohereScoringModel(CohereScoringModel.CohereScoringModelBuilder) - Constructor for class dev.langchain4j.model.cohere.CohereScoringModel
 
CohereScoringModel(String, String, String, Duration, Integer, Proxy, Boolean, Boolean) - Constructor for class dev.langchain4j.model.cohere.CohereScoringModel
Deprecated, for removal: This API element is subject to removal in a future version.
CohereScoringModel.CohereScoringModelBuilder - Class in dev.langchain4j.model.cohere
 

D

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

E

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

I

inputType(String) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 

L

logger(Logger) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
logger(Logger) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 
logRequests(Boolean) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
logRequests(Boolean) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 
logResponses(Boolean) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
logResponses(Boolean) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 

M

maxRetries(Integer) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 
maxSegmentsPerBatch(Integer) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
modelName() - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel
 
modelName(String) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
modelName(String) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 

P

proxy(Proxy) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 

S

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

T

timeout(Duration) - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
timeout(Duration) - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 
toString() - Method in class dev.langchain4j.model.cohere.CohereEmbeddingModel.CohereEmbeddingModelBuilder
 
toString() - Method in class dev.langchain4j.model.cohere.CohereScoringModel.CohereScoringModelBuilder
 

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.
Please use builder() instead, and explicitly set the model name and, if necessary, other parameters.
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.
A B C D E I L M P S T W 
All Classes and Interfaces|All Packages