Uses of Interface
dev.langchain4j.rag.query.router.QueryRouter
-
Uses of QueryRouter in dev.langchain4j.rag
Modifier and TypeMethodDescriptionDefaultRetrievalAugmentor.DefaultRetrievalAugmentorBuilder.queryRouter
(QueryRouter queryRouter) ModifierConstructorDescriptionDefaultRetrievalAugmentor
(QueryTransformer queryTransformer, QueryRouter queryRouter, ContentAggregator contentAggregator, ContentInjector contentInjector, Executor executor) -
Uses of QueryRouter in dev.langchain4j.rag.query.router
Modifier and TypeClassDescriptionclass
Default implementation ofQueryRouter
intended to be suitable for the majority of use cases.class
AQueryRouter
that utilizes aChatLanguageModel
to make a routing decision.