Skip to content

Vexor v0.29.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 09:39
8b2717d

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:

  • chore: migrate development workflow to uv (#65) (5f49918)
  • feat(collection): support all rerankers (#66) (28ec24c)
  • chore: release 0.29.0 (#68) (8b2717d)

Full diff