Automated release for Vexor v0.29.0.
Collection rerankers
Vexor 0.29.0 brings the full reranking set to the Collections API.
CollectionHandle.search() now supports off, bm25, flashrank, remote,
and hybrid, giving database-backed records the same ranking choices as
indexed files.
Collection filters are applied before candidates are selected or sent to a
reranker. Searches inherit the client's resolved reranker settings by default,
while flashrank_model and remote_rerank allow per-call overrides. See the
Collections API guide
for configuration and usage details.
Changelog
Changes since v0.28.0: