File size: 154 Bytes
461adca
 
 
 
 
 
1
2
3
4
5
6
7
"""
Custom embedding implementations for the Legal Position AI Analyzer.
"""
from .gemini_embedding import GeminiEmbedding

__all__ = ['GeminiEmbedding']