Uses of Interface
dev.langchain4j.rag.content.retriever.listener.ContentRetrieverListener
Packages that use ContentRetrieverListener
-
Uses of ContentRetrieverListener in dev.langchain4j.rag.content.retriever
Methods in dev.langchain4j.rag.content.retriever with parameters of type ContentRetrieverListenerModifier and TypeMethodDescriptiondefault ContentRetrieverContentRetriever.addListener(ContentRetrieverListener listener) Wraps thisContentRetrieverwith a listening retriever that dispatches events to the provided listener.Method parameters in dev.langchain4j.rag.content.retriever with type arguments of type ContentRetrieverListenerModifier and TypeMethodDescriptiondefault ContentRetrieverContentRetriever.addListeners(Collection<ContentRetrieverListener> listeners) Wraps thisContentRetrieverwith a listening retriever that dispatches events to the provided listeners.