- The goal is to create benchmark project lightweight, with minimal dependencies, that runs effortlessly and delivers immediate results.
- 벤치마크 결과는 README.md 에서 확인하세요.
- HuggingFace & FlagReranker supported cross-encoder
- (planned, not yet) HuggingFace & FlagEmbedding supported bi-encoder
make init
# single GPU only at the moment.
make run TYPE=cross-encoder MODEL_NAME=sigridjineth/ko-reranker-v1.1 MODEL_CLASS=huggingface DATATYPE_NAME=AutoRAG
This project welcomes contributions and suggestions. See issues if you consider doing any.
When you submit a pull request, please make sure that you should run formatter by make format && make check
, please.