import os os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error") from mengya_rag.cli import sync_notes if __name__ == "__main__": sync_notes()