Package dev.langchain4j.rag.content.aggregator
See: Description
-
Class Summary Class Description DefaultContentAggregator Default implementation of ContentAggregator intended to be suitable for the majority of use cases. ReRankingContentAggregatorBuilder ReRankingContentAggregator A ContentAggregator that performs re-ranking using a ScoringModel, such as Cohere. ReciprocalRankFuser Implementation of Reciprocal Rank Fusion. -
Interface Summary Interface Description ContentAggregator Aggregates all Contents retrieved from all ContentRetrievers using all Querys.