Interface RetrievalAugmentor

All Known Implementing Classes:
DefaultRetrievalAugmentor

public interface RetrievalAugmentor
Augments the provided UserMessage with retrieved content.
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: