Uses of Interface
org.springframework.ai.rag.generation.augmentation.QueryAugmenter
Packages that use QueryAugmenter
Package
Description
Provides classes for advising chat clients.
RAG Sub-Module: Query Augmentation.
-
Uses of QueryAugmenter in org.springframework.ai.chat.client.advisor
Methods in org.springframework.ai.chat.client.advisor with parameters of type QueryAugmenterModifier and TypeMethodDescriptionRetrievalAugmentationAdvisor.Builder.queryAugmenter
(QueryAugmenter queryAugmenter) Constructors in org.springframework.ai.chat.client.advisor with parameters of type QueryAugmenterModifierConstructorDescriptionRetrievalAugmentationAdvisor
(List<QueryTransformer> queryTransformers, QueryExpander queryExpander, DocumentRetriever documentRetriever, DocumentJoiner documentJoiner, QueryAugmenter queryAugmenter, org.springframework.core.task.TaskExecutor taskExecutor, reactor.core.scheduler.Scheduler scheduler, Integer order) -
Uses of QueryAugmenter in org.springframework.ai.rag.generation.augmentation
Classes in org.springframework.ai.rag.generation.augmentation that implement QueryAugmenterModifier and TypeClassDescriptionfinal class
Augments the user query with contextual data from the content of the provided documents.