Uses of Interface
org.springframework.ai.rag.preretrieval.query.expansion.QueryExpander
Packages that use QueryExpander
Package
Description
RAG Sub-Module: Query Expansion.
-
Uses of QueryExpander in org.springframework.ai.rag.advisor
Methods in org.springframework.ai.rag.advisor with parameters of type QueryExpanderModifier and TypeMethodDescriptionRetrievalAugmentationAdvisor.Builder.queryExpander(QueryExpander queryExpander) -
Uses of QueryExpander in org.springframework.ai.rag.preretrieval.query.expansion
Classes in org.springframework.ai.rag.preretrieval.query.expansion that implement QueryExpanderModifier and TypeClassDescriptionfinal classUses a large language model to expand a query into multiple semantically diverse variations to capture different perspectives, useful for retrieving additional contextual information and increasing the chances of finding relevant results.