Interface IContentRetrieverWrapper<T,U>

Type Parameters:
T - the embedding model
U - the content retriever
All Superinterfaces:
AutoCloseable, Closeable

public interface IContentRetrieverWrapper<T,U> extends Closeable, AutoCloseable
Interface for content retriever wrapper
  • Method Details

    • getEmbeddingModel

      T getEmbeddingModel()
      Get the embedding model
      Returns:
      the embedding model
    • getContentRetriever

      U getContentRetriever()
      Get the content retriever
      Returns:
      the content retriever