AnswerDotAI / rerankers

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

Update README.md #22

Closed vinay-jose closed 2 months ago

vinay-jose commented 3 months ago

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

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

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

bclavie commented 2 months ago

Thank you!