Uses of Interface
dev.langchain4j.model.scoring.ScoringModel
Package
Description
-
Uses of ScoringModel in dev.langchain4j.model.cohere
Modifier and TypeClassDescriptionclass
An implementation of aScoringModel
that uses Cohere Rerank API. -
Uses of ScoringModel in dev.langchain4j.model.jina
Modifier and TypeClassDescriptionclass
An implementation of aScoringModel
that uses Jina Reranker API. -
Uses of ScoringModel in dev.langchain4j.model.scoring.onnx
-
Uses of ScoringModel in dev.langchain4j.model.vertexai
Modifier and TypeClassDescriptionclass
Implementation of aScoringModel
for the Google Cloud Vertex AI Ranking API. -
Uses of ScoringModel in dev.langchain4j.model.voyageai
Modifier and TypeClassDescriptionclass
An implementation of aScoringModel
that uses Voyage AI Rerank API. -
Uses of ScoringModel in dev.langchain4j.rag.content.aggregator
Modifier and TypeMethodDescriptionReRankingContentAggregator.ReRankingContentAggregatorBuilder.scoringModel
(ScoringModel scoringModel) ModifierConstructorDescriptionReRankingContentAggregator
(ScoringModel scoringModel) ReRankingContentAggregator
(ScoringModel scoringModel, Function<Map<Query, Collection<List<Content>>>, Query> querySelector, Double minScore) ReRankingContentAggregator
(ScoringModel scoringModel, Function<Map<Query, Collection<List<Content>>>, Query> querySelector, Double minScore, Integer maxResults)