Interface ContentRetriever
- All Known Implementing Classes:
EmbeddingStoreContentRetriever
public interface ContentRetriever
Retrieves
The goal is to retrieve only relevant
The underlying data source can be virtually anything:
Contents from an underlying data source using a given Query.
The goal is to retrieve only relevant
Contents in relation to a given Query.
The underlying data source can be virtually anything:
- Embedding (vector) store (see EmbeddingStoreContentRetriever)
- Full-text search engine (e.g., Apache Lucene, Elasticsearch, Vespa)
- Hybrid of keyword and vector search
- The Web (e.g., Google, Bing)
- Knowledge graph
- Relational database
- etc.
- See Also:
-
Method Summary