"""Embeddings module for FreeRAG.""" from src.embeddings.sentence_embeddings import EmbeddingModel __all__ = ["EmbeddingModel"]