math-chatbot-v2 / ingest.py
pranshu dhiman
Deploy MathSutra Space
7fab45b
Raw
History Blame Contribute Delete
201 Bytes
from src.edurag_math_bot.config import get_settings
from src.edurag_math_bot.rag_chain import parse_args_and_run_ingestion
if __name__ == "__main__":
parse_args_and_run_ingestion(get_settings())