Class AllRetrieversQueryRouter

java.lang.Object
org.springframework.ai.rag.orchestration.routing.AllRetrieversQueryRouter
All Implemented Interfaces:
Function<Query,List<DocumentRetriever>>, QueryRouter

public class AllRetrieversQueryRouter extends Object implements QueryRouter
Routes a query to all the defined document retrievers.
Since:
1.0.0
Author:
Thomas Vitale