Uses of Interface
dev.langchain4j.rag.content.aggregator.ContentAggregator
-
Uses of ContentAggregator in dev.langchain4j.rag
Modifier and TypeMethodDescriptionDefaultRetrievalAugmentor.DefaultRetrievalAugmentorBuilder.contentAggregator
(ContentAggregator contentAggregator) ModifierConstructorDescriptionDefaultRetrievalAugmentor
(QueryTransformer queryTransformer, QueryRouter queryRouter, ContentAggregator contentAggregator, ContentInjector contentInjector, Executor executor) -
Uses of ContentAggregator in dev.langchain4j.rag.content.aggregator
Modifier and TypeClassDescriptionclass
Default implementation ofContentAggregator
intended to be suitable for the majority of use cases.class
AContentAggregator
that performs re-ranking using aScoringModel
, such as Cohere.