File size: 202 Bytes
32b542e
 
 
 
 
 
 
1
2
3
4
5
6
7
8

from .build import build_predictor, build_v_predictor, build_predictor_with_name, add_predictor_config


from .embed_cls_predictor import EmbedClsAsRetrievalPredictor

__all__ = list(globals().keys())