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: Document Compression.
RAG Sub-Module: Document Ranking.
RAG Sub-Module: Document Selection.
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 QueryMethods in org.springframework.ai.rag.generation.augmentation with parameters of type Query -
Uses of Query in org.springframework.ai.rag.postretrieval.compression
Methods in org.springframework.ai.rag.postretrieval.compression with parameters of type Query -
Uses of Query in org.springframework.ai.rag.postretrieval.ranking
Methods in org.springframework.ai.rag.postretrieval.ranking with parameters of type Query -
Uses of Query in org.springframework.ai.rag.postretrieval.selection
Methods in org.springframework.ai.rag.postretrieval.selection 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 Query
Transforms the given query according to the implemented strategy.Methods in org.springframework.ai.rag.preretrieval.query.transformation with parameters of type QueryModifier and TypeMethodDescriptiondefault Query
Transforms 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 TypeMethodDescriptionJoins 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 QueryModifier and TypeMethodDescriptionRetrieves relevant documents from an underlying data source based on the given query.