"""Ingestion Engine — document processing pipeline.""" from ingestion_engine.ingestion_manager import IngestionManager __all__ = ["IngestionManager"]