Interface IContentRetrieverWrapper<T,U>

Type Parameters:
T - the embedding model
U - the content retriever

public interface IContentRetrieverWrapper<T,U>
Interface for content retriever wrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the content retriever
    Get the embedding model
  • Method Details

    • getEmbeddingModel

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

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