Hacker News new | ask | show | jobs
by gillesjacobs 702 days ago
The algorithm I use to get a final ranking from multiple rankings is called "reciprocal ranked fusion". I use the implementation described here: https://docs.llamaindex.ai/en/stable/examples/low_level/fusi...

Which is the implementation from the original paper.

1 comments

Thanks, much appreciated!