Jordi Catafal
Add Jina v3 and Legal-BERT models - total 4 models
0a6cb95
raw
history blame contribute delete
222 Bytes
# models/__init__.py
"""Models package for embedding API schemas and configurations"""
from .schemas import EmbeddingRequest, EmbeddingResponse, ModelInfo
__all__ = ['EmbeddingRequest', 'EmbeddingResponse', 'ModelInfo']