Uses of Class
dev.langchain4j.rag.query.Query
Package
Description
-
Uses of Query in dev.langchain4j.experimental.rag.content.retriever.sql
-
Uses of Query in dev.langchain4j.rag.content.aggregator
Modifier and TypeFieldDescriptionReRankingContentAggregator.DEFAULT_QUERY_SELECTOR
ReRankingContentAggregator.DEFAULT_QUERY_SELECTOR
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionReRankingContentAggregator.reRankAndFilter
(List<Content> contents, Query query) Modifier and TypeMethodDescriptionReRankingContentAggregator.ReRankingContentAggregatorBuilder.querySelector
(Function<Map<Query, Collection<List<Content>>>, Query> querySelector) ReRankingContentAggregator.ReRankingContentAggregatorBuilder.querySelector
(Function<Map<Query, Collection<List<Content>>>, Query> querySelector) ModifierConstructorDescriptionReRankingContentAggregator
(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
Modifier and TypeFieldDescriptionEmbeddingStoreContentRetriever.DEFAULT_FILTER
EmbeddingStoreContentRetriever.DEFAULT_MAX_RESULTS
EmbeddingStoreContentRetriever.DEFAULT_MIN_SCORE
Modifier and TypeMethodDescriptionModifier 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
-
Uses of Query in dev.langchain4j.rag.content.retriever.neo4j
-
Uses of Query in dev.langchain4j.rag.query
-
Uses of Query in dev.langchain4j.rag.query.router
Modifier 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
Modifier and TypeMethodDescriptionModifier 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