Interface DocumentRetriever

All Superinterfaces:
Function<Query,List<Document>>
All Known Implementing Classes:
VectorStoreDocumentRetriever

public interface DocumentRetriever extends Function<Query,List<Document>>
API for retrieving Documents from an underlying data source.
Since:
1.0.0
Author:
Christian Tzolov, Thomas Vitale