AnswerDotAI / rerankers

A lightweight, low-dependency, unified API to use all common reranking and cross-encoder models.
Apache License 2.0
784 stars 40 forks source link

Update README.md #22

Closed vinay-jose closed 1 month ago

vinay-jose commented 1 month ago

Correction in readme pip install instructions (fastrank --> flashrank).

# FlashRank rerankers (ONNX-optimised, very fast on CPU)
pip install "rerankers[flashrank]"
jayshah5696 commented 1 month ago

@vinay-jose i just did create same without looking at this PR

bclavie commented 1 month ago

Thank you!