Jordi Catafal
Move files to root for HF Spaces
734683c
raw
history blame
221 Bytes
# models/__init__.py
"""Models package for embedding API schemas and configurations"""
from .schemas import EmbeddingRequest, EmbeddingResponse, ModelInfo
__all__ = ['EmbeddingRequest', 'EmbeddingResponse', 'ModelInfo']