/ src / python / txtai / models / __init__.py
__init__.py
1  """
2  Models imports
3  """
4  
5  from .models import Models
6  from .onnx import OnnxModel
7  from .pooling import *
8  from .registry import Registry
9  from .tokendetection import TokenDetection