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_SELECTORReRankingContentAggregator.DEFAULT_QUERY_SELECTORMethods 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 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
Fields in dev.langchain4j.rag.content.retriever with type parameters of type QueryModifier and TypeFieldDescriptionEmbeddingStoreContentRetriever.DEFAULT_FILTEREmbeddingStoreContentRetriever.DEFAULT_MAX_RESULTSEmbeddingStoreContentRetriever.DEFAULT_MIN_SCOREMethods 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 PromptLanguageModelQueryRouter.createPrompt(Query query) protected Collection<ContentRetriever> Routes the givenQueryto one or multipleContentRetrievers. -
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 PromptCompressingQueryTransformer.createPrompt(Query query, String chatMemory) protected PromptExpandingQueryTransformer.createPrompt(Query query)