接口 ContentAggregator

所有已知实现类:
DefaultContentAggregator, ReRankingContentAggregator

public interface ContentAggregator
Aggregates all Contents retrieved from all ContentRetrievers using all Querys.
The goal is to ensure that only the most relevant and non-redundant Contents are presented to the LLM.
Some effective approaches include:
 - Re-ranking (see ReRankingContentAggregator)
 - Reciprocal Rank Fusion (see ReciprocalRankFuser, utilized in both DefaultContentAggregator and ReRankingContentAggregator)
 
另请参阅:
  • 方法详细资料