接口 RetrievalAugmentor

所有已知实现类:
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.
另请参阅: