Skip to content

Marker-Inc-Korea/AutoRAG-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoRAG-template

Template for a new AutoRAG project

Installation

pip install -r requirements.txt

Running the project

  1. Download dataset to data folder.
  2. Make .env file using .env.template file.
  3. Run evaluator with the following command.
python3 main.py --config ./config/tutorial.yaml
  1. 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.

Run dashboard

autorag dashboard --trial_dir ./benchmark/0

About

Super simple tutorial for AutoRAG beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages