ReMe/memory_scope/models/__init__.py
2024-06-25 19:20:10 +08:00

4 lines
168 B
Python

from utils.registry import Registry
# __all__ = ["LlamaIndexEmbeddingModel", "LlamaIndexGenerationModel", "LlamaIndexRerankModel"]
MODEL_REGISTRY = Registry("models")