library · inferred from evidence
redisvl
A library mentioned in the context of a bug fix and version upgrade.
- RedisVL HFCrossEncoderReranker: scores returned in original input order after reranking
What this covers: `HFCrossEncoderReranker.rank(..., return_score=True)` returned reranked documents sorted by descending score, but the accompanying score array stayed in the original input order. The fix that worked: This was a real bug an