Uses of Class
dev.langchain4j.rag.query.Query
Packages that use Query
Package
Description
-
Uses of Query in dev.langchain4j.experimental.rag.content.retriever.sql
Methods in dev.langchain4j.experimental.rag.content.retriever.sql with parameters of type Query -
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 TypeMethodDescriptionReRankingContentAggregator.reRankAndFilter
(List<Content> contents, Query query) Method parameters in dev.langchain4j.rag.content.aggregator with type arguments of type QueryModifier and TypeMethodDescriptionReRankingContentAggregator.ReRankingContentAggregatorBuilder.querySelector
(Function<Map<Query, Collection<List<Content>>>, Query> querySelector) ReRankingContentAggregator.ReRankingContentAggregatorBuilder.querySelector
(Function<Map<Query, Collection<List<Content>>>, Query> querySelector) Constructor 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) ReRankingContentAggregator
(ScoringModel scoringModel, Function<Map<Query, Collection<List<Content>>>, Query> querySelector, Double minScore, Integer maxResults) ReRankingContentAggregator
(ScoringModel scoringModel, Function<Map<Query, Collection<List<Content>>>, Query> querySelector, Double minScore, Integer maxResults) -
Uses of Query in dev.langchain4j.rag.content.retriever
Fields in dev.langchain4j.rag.content.retriever with type parameters of type QueryModifier and TypeFieldDescriptionEmbeddingStoreContentRetriever.DEFAULT_FILTER
EmbeddingStoreContentRetriever.DEFAULT_MAX_RESULTS
EmbeddingStoreContentRetriever.DEFAULT_MIN_SCORE
Methods in dev.langchain4j.rag.content.retriever with parameters of type QueryModifier and TypeMethodDescriptionMethod parameters in dev.langchain4j.rag.content.retriever with type arguments of type QueryModifier and TypeMethodDescriptionEmbeddingStoreContentRetriever.EmbeddingStoreContentRetrieverBuilder.dynamicFilter
(Function<Query, Filter> dynamicFilter) EmbeddingStoreContentRetriever.EmbeddingStoreContentRetrieverBuilder.dynamicMaxResults
(Function<Query, Integer> dynamicMaxResults) EmbeddingStoreContentRetriever.EmbeddingStoreContentRetrieverBuilder.dynamicMinScore
(Function<Query, Double> dynamicMinScore) -
Uses of Query in dev.langchain4j.rag.content.retriever.azure.search
Methods in dev.langchain4j.rag.content.retriever.azure.search with parameters of type Query -
Uses of Query in dev.langchain4j.rag.content.retriever.neo4j
Methods in dev.langchain4j.rag.content.retriever.neo4j 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) protected Collection
<ContentRetriever> 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) -
Uses of Query in dev.langchain4j.store.embedding.filter.builder.sql
Methods in dev.langchain4j.store.embedding.filter.builder.sql with parameters of type Query