LP_2-test / embeddings /__init__.py
DocUA's picture
Clean deployment without large index files
461adca
raw
history blame contribute delete
154 Bytes
"""
Custom embedding implementations for the Legal Position AI Analyzer.
"""
from .gemini_embedding import GeminiEmbedding
__all__ = ['GeminiEmbedding']