PrithivirajDamodaran / FlashRank

Lite & Super-fast re-ranking for your search & retrieval pipelines. Supports SoTA Listwise and Pairwise reranking based on LLMs and cross-encoders and more. Created by Prithivi Da, open for PRs & Collaborations.
Apache License 2.0
441 stars 37 forks source link

Feature request: replace print statements with logging module so it could be suppressed #19

Closed M1ha-Shvn closed 1 month ago

PrithivirajDamodaran commented 1 month ago

Done, play with the log_level keyword to see current or future messages

ranker = Ranker("ms-marco-MultiBERT-L-12", log_level="DEBUG")