Find answers from the community

Updated 2 months ago

Hola:LlamaIndex: Using Hugging Face Reranker Models for Node Postprocessing

At a glance

The community member is asking how to use HuggingFace reranker models for node postprocessing in the LlamaIndex library. They want to know if there is a ready-to-use solution like the embedding model, or if they need to create a custom implementation. Another community member suggests that the sentence transformer reranker may already work, but if not, the user will have to make their own postprocessor.

Hola:LlamaIndex:

How can I use huggingface reranker models for the node postprocessing?

Should I create a custom implementation or is there something ready out of the box like the embedding model where you just insert the model name?
L
K
2 comments
Chances are it works with the sentence transformer reranker already? If not, you'll have to make your own postprocessor
Thanks!
Will check that out
Add a reply
Sign up and join the conversation on Discord