## Description Refactor ModelReranker from the previous Python-layer abstract design to use the C++-defined Rerank abstraction. Related PR: https://github.com/alibaba/zvec/issues/405 ## Additional Changes - Remove unused or duplicate definitions in Python multi_query & Rerank ## Minor - Add performance benchmark results to https://github.com/alibaba/zvec/issues/405
Description
Refactor ModelReranker from the previous Python-layer abstract design to use the C++-defined Rerank abstraction.
Related PR: #405
Additional Changes
Minor