Class RetrievalAugmentationAdvisor

java.lang.Object
org.springframework.ai.rag.advisor.RetrievalAugmentationAdvisor
All Implemented Interfaces:
Advisor, BaseAdvisor, CallAroundAdvisor, StreamAroundAdvisor, org.springframework.core.Ordered

public final class RetrievalAugmentationAdvisor extends Object implements BaseAdvisor
Advisor that implements common Retrieval Augmented Generation (RAG) flows using the building blocks defined in the org.springframework.ai.rag package and following the Modular RAG Architecture.
Since:
1.0.0
Author:
Christian Tzolov, Thomas Vitale
See Also: