Package dev.langchain4j.rag.content.retriever
See: Description
-
Class Summary Class Description WebSearchContentRetrieverBuilder WebSearchContentRetriever A ContentRetriever that retrieves relevant Content from the web using a WebSearchEngine. EmbeddingStoreContentRetrieverBuilder EmbeddingStoreContentRetriever A ContentRetriever that retrieves from an EmbeddingStore. -
Interface Summary Interface Description ContentRetriever Retrieves Contents from an underlying data source using a given Query.