Interface IContentModelWrapper<T>

Type Parameters:
T - the embedding model

public interface IContentModelWrapper<T>
Interface for content model wrapper
  • Method Summary

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

    • getEmbeddingModel

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