xz-rerank 0.1.1

检索结果重排序 — 本地多信号融合 + 远程 Rerank API 适配
Documentation
1
2
3
4
/// 本地信号融合重排序引擎
pub mod engine;

pub use engine::LocalSignalReranker;