Marker-Inc-Korea / AutoRAG

AutoRAG: An Open-Source Framework for Retrieval-Augmented Generation (RAG) Evaluation & Optimization with AutoML-Style Automation
https://auto-rag.com/
Apache License 2.0
2.79k stars 218 forks source link

[API] fix validate and evaluation api config, set_trial_config #984

Open hongsw opened 2 days ago

hongsw commented 2 days ago

https://github.com/Auto-RAG/autorag-frontend/issues/3

/projects/<string:project_id>/trials/<string:trial_id>/validate /projects/<string:project_id>/trials/<string:trial_id>/evaluate

Issue Managing nested data with CSVs is inefficient, and frequent dumps are cumbersome.

Solution Switch to SQLite with asynchronous execution managed by Celery for safe task handling.

Plan Test project creation, trials (1, 2, 3), validation, and execution in the new setup.

hongsw commented 1 day ago

draft