Interface CohereScoringModelConfig
public interface CohereScoringModelConfig
-
Method Summary
-
Method Details
-
modelName
Reranking model to use. The current list of supported models can be found in the Cohere docs -
timeout
Timeout for Cohere calls -
maxRetries
Deprecated.Using the fault tolerance mechanisms built in Langchain4j is not recommended. If possible, use MicroProfile Fault Tolerance instead.The maximum number of times to retry. 1 means exactly one attempt, with retrying disabled.
-