Skip to content

Marker-Inc-Korea/AutoRAG_ARAGOG_Paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoRAG_ARAGOG_Paper

Installation

pip install -r requirements.txt

Running the project

  1. Make .env file using .env.template file.
  2. Run evaluator with the following command.
python run.py
  1. Check the result in the result 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.

⚠️ Warning ⚠️

The use of RAGAS Context Precision to score retrievals is very expensive, so it is currently removed from AutoRAG. The repo specifies in the requirement.txt that AutoRAG version 0.1.12 should be able to use RAGAS Context Precision. However, it can be expensive to test, so be careful when using it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages