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