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