@prosdevlab/dev-agent@0.9.0
·
116 commits
to main
since this release
Minor Changes
-
b40cc41: Replace LanceDB + @xenova/transformers with Antfly for hybrid search
- Hybrid search:
dev_searchnow uses BM25 + vector + RRF fusion — exact keyword matches AND semantic understanding in one query - New command:
dev setuphandles search backend installation (Docker-first, native fallback) - Auto-embedding: Antfly generates embeddings locally via Termite — no separate embedding pipeline
- Direct key lookup: Replaces O(n) zero-vector scan with instant key fetch
- Breaking: Requires Antfly server running (
dev setuphandles this). Existing LanceDB indexes are not migrated — rundev index . --forceto rebuild.
- Hybrid search: