Template for a new AutoRAG project
pip install -r requirements.txt
- Download dataset to data folder.
- Make
.env
file using.env.template
file. - Run evaluator with the following command.
python main.py --config /path/to/config.yaml
- Check the result in the benchmark folder.
You can check the example config file at config folder.
And you can specify qa data path, corpus data path, and project dir if you want.