Interface RetrievalAugmentor

All Known Implementing Classes:
DefaultRetrievalAugmentor

public interface RetrievalAugmentor
Augments the provided ChatMessage with retrieved Contents.
This serves as an entry point into the RAG flow in LangChain4j.
You are free to use the default implementation (DefaultRetrievalAugmentor) or to implement a custom one.
See Also: