Uses of Interface
dev.langchain4j.model.scoring.ScoringModel
Packages that use ScoringModel
Package
Description
-
Uses of ScoringModel in dev.langchain4j.model.cohere
Classes in dev.langchain4j.model.cohere that implement ScoringModelModifier and TypeClassDescriptionclass
An implementation of aScoringModel
that uses Cohere Rerank API. -
Uses of ScoringModel in dev.langchain4j.model.jina
Classes in dev.langchain4j.model.jina that implement ScoringModelModifier and TypeClassDescriptionclass
An implementation of aScoringModel
that uses Jina Reranker API. -
Uses of ScoringModel in dev.langchain4j.model.scoring.onnx
Classes in dev.langchain4j.model.scoring.onnx that implement ScoringModel -
Uses of ScoringModel in dev.langchain4j.model.vertexai
Classes in dev.langchain4j.model.vertexai that implement ScoringModelModifier and TypeClassDescriptionclass
Implementation of aScoringModel
for the Google Cloud Vertex AI Ranking API. -
Uses of ScoringModel in dev.langchain4j.model.voyageai
Classes in dev.langchain4j.model.voyageai that implement ScoringModelModifier and TypeClassDescriptionclass
An implementation of aScoringModel
that uses Voyage AI Rerank API. -
Uses of ScoringModel in dev.langchain4j.rag.content.aggregator
Methods in dev.langchain4j.rag.content.aggregator with parameters of type ScoringModelModifier and TypeMethodDescriptionReRankingContentAggregator.ReRankingContentAggregatorBuilder.scoringModel
(ScoringModel scoringModel) Constructors in dev.langchain4j.rag.content.aggregator with parameters of type ScoringModelModifierConstructorDescriptionReRankingContentAggregator
(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)