Uses of Record Class
org.springframework.ai.rag.Query
Package
Description
RAG Sub-Module: Query Augmentation.
RAG Sub-Module: Query Router.
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.generation.augmentation
-
Uses of Query in org.springframework.ai.rag.orchestration.routing
Modifier and TypeMethodDescriptiondefault List<DocumentRetriever>
Routes a query to one or more document retrievers. -
Uses of Query in org.springframework.ai.rag.postretrieval.compression
-
Uses of Query in org.springframework.ai.rag.postretrieval.ranking
-
Uses of Query in org.springframework.ai.rag.postretrieval.selection
-
Uses of Query in org.springframework.ai.rag.preretrieval.query.expansion
Modifier and TypeMethodDescriptionExpands the given query into a list of queries. -
Uses of Query in org.springframework.ai.rag.preretrieval.query.transformation
Modifier and TypeMethodDescriptiondefault Query
Transforms the given query according to the implemented strategy. -
Uses of Query in org.springframework.ai.rag.retrieval.join
Modifier and TypeMethodDescriptionJoins documents retrieved across multiple queries and daa sources. -
Uses of Query in org.springframework.ai.rag.retrieval.search
Modifier and TypeMethodDescriptionRetrieves relevant documents from an underlying data source based on the given query.