Uses of Interface
dev.langchain4j.rag.content.aggregator.ContentAggregator
Packages that use ContentAggregator
-
Uses of ContentAggregator in dev.langchain4j.rag
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 TypeClassDescriptionclassDefault implementation ofContentAggregatorintended to be suitable for the majority of use cases.classAContentAggregatorthat performs re-ranking using aScoringModel, such as Cohere.