Uses of Interface
dev.langchain4j.rag.content.aggregator.ContentAggregator
Packages that use ContentAggregator
-
Uses of ContentAggregator in dev.langchain4j.rag
Methods in dev.langchain4j.rag with parameters of type ContentAggregatorModifier and TypeMethodDescriptionDefaultRetrievalAugmentor.DefaultRetrievalAugmentorBuilder.contentAggregator
(ContentAggregator contentAggregator) Constructors in dev.langchain4j.rag with parameters of type ContentAggregatorModifierConstructorDescriptionDefaultRetrievalAugmentor
(QueryTransformer queryTransformer, QueryRouter queryRouter, ContentAggregator contentAggregator, ContentInjector contentInjector, Executor executor) -
Uses of ContentAggregator in dev.langchain4j.rag.content.aggregator
Classes in dev.langchain4j.rag.content.aggregator that implement ContentAggregatorModifier 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.