qdrant / fastembed

Fast, Accurate, Lightweight Python library to make State of the Art Embedding
https://qdrant.github.io/fastembed/
Apache License 2.0
1.53k stars 111 forks source link

Add rerankers to the list of supported models (Supported_Models.ipynb) #393

Closed paulmartrencharpro closed 1 week ago

paulmartrencharpro commented 2 weeks ago

Reranker models are not listed on https://qdrant.github.io/fastembed/examples/Supported_Models/

I added them at the end. I had to add TextCrossEncoder to fastembed/init.py. I don't know if that's the best way to do this

All Submissions:

review-notebook-app[bot] commented 2 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

joein commented 1 week ago

Hi @paulmartrencharpro

Thank you for the contribution! I updated it a little bit, so we could keep the imports as is