| """ | |
| Custom embedding implementations for the Legal Position AI Analyzer. | |
| """ | |
| from .gemini_embedding import GeminiEmbedding | |
| __all__ = ['GeminiEmbedding'] | |
| """ | |
| Custom embedding implementations for the Legal Position AI Analyzer. | |
| """ | |
| from .gemini_embedding import GeminiEmbedding | |
| __all__ = ['GeminiEmbedding'] | |