Uses of Enum
dev.langchain4j.rag.query.router.LanguageModelQueryRouter.FallbackStrategy
Packages that use LanguageModelQueryRouter.FallbackStrategy
-
Uses of LanguageModelQueryRouter.FallbackStrategy in dev.langchain4j.rag.query.router
Methods in dev.langchain4j.rag.query.router that return LanguageModelQueryRouter.FallbackStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.LanguageModelQueryRouter.FallbackStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.langchain4j.rag.query.router with parameters of type LanguageModelQueryRouter.FallbackStrategyModifierConstructorDescriptionLanguageModelQueryRouter
(ChatLanguageModel chatLanguageModel, Map<ContentRetriever, String> retrieverToDescription, PromptTemplate promptTemplate, LanguageModelQueryRouter.FallbackStrategy fallbackStrategy)