Index
All Classes and Interfaces|All Packages
A
- apiKey() - Method in interface io.quarkiverse.langchain4j.cohere.runtime.config.CohereConfig
-
Cohere API key.
B
- baseUrl() - Method in interface io.quarkiverse.langchain4j.cohere.runtime.config.CohereConfig
-
Base URL of the Cohere API.
- BilledUnits - Class in io.quarkiverse.langchain4j.cohere.runtime.api
- BilledUnits(Integer) - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.api.BilledUnits
C
- CohereApi - Interface in io.quarkiverse.langchain4j.cohere.runtime.api
- CohereConfig - Interface in io.quarkiverse.langchain4j.cohere.runtime.config
- CohereRecorder - Class in io.quarkiverse.langchain4j.cohere.runtime
- CohereRecorder() - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.CohereRecorder
- CohereScoringModelConfig - Interface in io.quarkiverse.langchain4j.cohere.runtime.config
- cohereScoringModelSupplier(CohereConfig) - Method in class io.quarkiverse.langchain4j.cohere.runtime.CohereRecorder
G
- getBilledUnits() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.Meta
- getDocuments() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankRequest
- getIndex() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankResult
- getMeta() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankResponse
- getModel() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankRequest
- getQuery() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankRequest
- getRelevanceScore() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankResult
- getResults() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.RerankResponse
- getSearchUnits() - Method in class io.quarkiverse.langchain4j.cohere.runtime.api.BilledUnits
I
- io.quarkiverse.langchain4j.cohere.runtime - package io.quarkiverse.langchain4j.cohere.runtime
- io.quarkiverse.langchain4j.cohere.runtime.api - package io.quarkiverse.langchain4j.cohere.runtime.api
- io.quarkiverse.langchain4j.cohere.runtime.config - package io.quarkiverse.langchain4j.cohere.runtime.config
M
- maxRetries() - Method in interface io.quarkiverse.langchain4j.cohere.runtime.config.CohereScoringModelConfig
-
Deprecated.Using the fault tolerance mechanisms built in Langchain4j is not recommended. If possible, use MicroProfile Fault Tolerance instead.
- Meta - Class in io.quarkiverse.langchain4j.cohere.runtime.api
- Meta(BilledUnits) - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.api.Meta
- modelName() - Method in interface io.quarkiverse.langchain4j.cohere.runtime.config.CohereScoringModelConfig
-
Reranking model to use.
Q
- QuarkusCohereScoringModel - Class in io.quarkiverse.langchain4j.cohere.runtime
- QuarkusCohereScoringModel(String, String, String, Duration, Integer) - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.QuarkusCohereScoringModel
R
- rerank(RerankRequest) - Method in interface io.quarkiverse.langchain4j.cohere.runtime.api.CohereApi
- RerankRequest - Class in io.quarkiverse.langchain4j.cohere.runtime.api
- RerankRequest(String, String, List<String>) - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.api.RerankRequest
- RerankResponse - Class in io.quarkiverse.langchain4j.cohere.runtime.api
- RerankResponse(List<RerankResult>, Meta) - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.api.RerankResponse
- RerankResult - Class in io.quarkiverse.langchain4j.cohere.runtime.api
- RerankResult(Integer, Double) - Constructor for class io.quarkiverse.langchain4j.cohere.runtime.api.RerankResult
S
- scoreAll(List<TextSegment>, String) - Method in class io.quarkiverse.langchain4j.cohere.runtime.QuarkusCohereScoringModel
- scoringModel() - Method in interface io.quarkiverse.langchain4j.cohere.runtime.config.CohereConfig
-
Scoring model config.
T
- timeout() - Method in interface io.quarkiverse.langchain4j.cohere.runtime.config.CohereScoringModelConfig
-
Timeout for Cohere calls
All Classes and Interfaces|All Packages