Uses of Class
dev.langchain4j.rag.query.Query
Packages that use Query
Package
Description
-
Uses of Query in dev.langchain4j.rag.content.aggregator
Fields in dev.langchain4j.rag.content.aggregator with type parameters of type QueryModifier and TypeFieldDescriptionReRankingContentAggregator.DEFAULT_QUERY_SELECTOR
ReRankingContentAggregator.DEFAULT_QUERY_SELECTOR
Methods in dev.langchain4j.rag.content.aggregator that return types with arguments of type QueryModifier and TypeMethodDescriptionMethods in dev.langchain4j.rag.content.aggregator with parameters of type QueryModifier and TypeMethodDescriptionprotected List
<TextSegment> ReRankingContentAggregator.reRankAndFilter
(List<Content> contents, Query query) Method parameters in dev.langchain4j.rag.content.aggregator with type arguments of type QueryModifier and TypeMethodDescriptionConstructor parameters in dev.langchain4j.rag.content.aggregator with type arguments of type QueryModifierConstructorDescriptionReRankingContentAggregator
(ScoringModel scoringModel, Function<Map<Query, Collection<List<Content>>>, Query> querySelector, Double minScore) ReRankingContentAggregator
(ScoringModel scoringModel, Function<Map<Query, Collection<List<Content>>>, Query> querySelector, Double minScore) -
Uses of Query in dev.langchain4j.rag.content.retriever
Methods in dev.langchain4j.rag.content.retriever with parameters of type Query -
Uses of Query in dev.langchain4j.rag.query
Methods in dev.langchain4j.rag.query that return Query -
Uses of Query in dev.langchain4j.rag.query.router
Methods in dev.langchain4j.rag.query.router with parameters of type QueryModifier and TypeMethodDescriptionprotected Prompt
LanguageModelQueryRouter.createPrompt
(Query query) Routes the givenQuery
to one or multipleContentRetriever
s. -
Uses of Query in dev.langchain4j.rag.query.transformer
Methods in dev.langchain4j.rag.query.transformer that return types with arguments of type QueryModifier and TypeMethodDescriptionMethods in dev.langchain4j.rag.query.transformer with parameters of type QueryModifier and TypeMethodDescriptionprotected Prompt
CompressingQueryTransformer.createPrompt
(Query query, String chatMemory) protected Prompt
ExpandingQueryTransformer.createPrompt
(Query query)