- All Implemented Interfaces:
Supplier<dev.langchain4j.rag.RetrievalAugmentor>
@Singleton
public class RetrievalAugmentorExample
extends Object
implements Supplier<dev.langchain4j.rag.RetrievalAugmentor>
-
Method Summary
dev.langchain4j.rag.RetrievalAugmentor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
get
public dev.langchain4j.rag.RetrievalAugmentor get()
- Specified by:
get in interface Supplier<dev.langchain4j.rag.RetrievalAugmentor>