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
595 stars 44 forks source link

requests.exceptions.HTTPError: 403 Client Error #11

Closed sourabh-patil closed 6 months ago

sourabh-patil commented 6 months ago

Hey, Thanks for the great work! I have been using flashrank since few days. It worked fine but currently I am getting following error.

requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://storage.googleapis.com/flashrank/ms-marco-MiniLM-L-12-v2.zip

I tried to use different versions of rerankers given by you. Changed the network also, but still getting this issue. Any leads to troubleshoot it?

tomcotter7 commented 6 months ago

what version of the library are you running? I updated to v0.1.69 and it solved this issue.

sourabh-patil commented 6 months ago

0.1.66

sourabh-patil commented 6 months ago

Yes. Works with new version. Thanks!