You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just found that I can't get relevance scores when using reranker(ModuleReranker), I can just get a sorted_indices like "[0, 3, 1, 2]" and get topk DocNodes
But when I use other reranker model , I can get a series of relevance socre telling the relevance between node and query so that I can set a threshold to filter some bad nodes to optimize the generation performance of my RAG system.
Hi, I just found that I can't get relevance scores when using reranker(ModuleReranker), I can just get a sorted_indices like "[0, 3, 1, 2]" and get topk DocNodes
But when I use other reranker model , I can get a series of relevance socre telling the relevance between node and query so that I can set a threshold to filter some bad nodes to optimize the generation performance of my RAG system.
like (https://jina.ai/reranker/):
Can I get the relevance score like this by using LazyLLM's Rerankers? Not just topk
The text was updated successfully, but these errors were encountered: