Uses of Record Class
org.springframework.ai.rag.Query
Packages that use Query
Package
Description
This package contains the core interfaces and classes supporting Retrieval Augmented
Generation flows.
RAG Sub-Module: Query Augmentation.
RAG Sub-Module: Query Expansion.
RAG Sub-Module: Query Transformation.
RAG Sub-Module: Document Join.
RAG Sub-Module: Document Search.
-
Uses of Query in org.springframework.ai.rag
Methods in org.springframework.ai.rag that return Query -
Uses of Query in org.springframework.ai.rag.generation.augmentation
Methods in org.springframework.ai.rag.generation.augmentation that return QueryModifier and TypeMethodDescriptiondefault QueryContextualQueryAugmenter.augment(Query query, List<org.springframework.ai.document.Document> documents) Augments the user query with contextual data.Methods in org.springframework.ai.rag.generation.augmentation with parameters of type Query -
Uses of Query in org.springframework.ai.rag.postretrieval.document
Methods in org.springframework.ai.rag.postretrieval.document with parameters of type Query -
Uses of Query in org.springframework.ai.rag.preretrieval.query.expansion
Methods in org.springframework.ai.rag.preretrieval.query.expansion that return types with arguments of type QueryModifier and TypeMethodDescriptionExpands the given query into a list of queries.Methods in org.springframework.ai.rag.preretrieval.query.expansion with parameters of type Query -
Uses of Query in org.springframework.ai.rag.preretrieval.query.transformation
Methods in org.springframework.ai.rag.preretrieval.query.transformation that return QueryModifier and TypeMethodDescriptiondefault QueryTransforms the given query according to the implemented strategy.Methods in org.springframework.ai.rag.preretrieval.query.transformation with parameters of type QueryModifier and TypeMethodDescriptiondefault QueryTransforms the given query according to the implemented strategy. -
Uses of Query in org.springframework.ai.rag.retrieval.join
Method parameters in org.springframework.ai.rag.retrieval.join with type arguments of type QueryModifier and TypeMethodDescriptiondefault List<org.springframework.ai.document.Document>DocumentJoiner.apply(Map<Query, List<List<org.springframework.ai.document.Document>>> documentsForQuery) List<org.springframework.ai.document.Document>ConcatenationDocumentJoiner.join(Map<Query, List<List<org.springframework.ai.document.Document>>> documentsForQuery) List<org.springframework.ai.document.Document>DocumentJoiner.join(Map<Query, List<List<org.springframework.ai.document.Document>>> documentsForQuery) Joins documents retrieved across multiple queries and daa sources. -
Uses of Query in org.springframework.ai.rag.retrieval.search
Methods in org.springframework.ai.rag.retrieval.search with parameters of type Query