Add support for Simple ReRanker or similar locally hosted version #9102
kalaspuffar
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
Thanks @kalaspuffar we were thinking of adding something like to the RAG API, feel free to make a PR there: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been playing around with locally hosting a version of LibreChat, and to get it really useful, a web search feature was a requirement. I've hosted SearXNG and FireCrawl locally. Also ran Jina to do the reranking. But I could not find a locally hosted open source solution for reranking. So I set out to create one.
I found this repository:
https://github.com/AnswerDotAI/rerankers
And created a small wrapper Docker image api for it:
https://github.com/kalaspuffar/simple-reranker
It should pretty much be a slot-in solution alongside Jina and Cohere.
This was the code I tried with and never got to work:
I'm willing to help out in the development process and share any of my work with the community. What you have done so far is great, and I'm looking forward to working with you.
Best regards
Daniel
Beta Was this translation helpful? Give feedback.
All reactions