- Create package and repository.
- Implement
HNSWStorageProvider. - Store documents in SQLite.
- Implement HNSW candidate search.
- Add exact fallback for small corpora.
- Add binary snapshots, recovery policies, rebuild, and compaction APIs.
- Add SQLite revision validation for snapshots.
- Add automatic tombstone compaction controls.
- Add Accelerate-backed vector scoring.
- Add graph construction tuning knobs.
- Make benchmark vectors deterministic across processes.
- Benchmark against plain VecturaKit exact scan.
- Update README, changelog, and benchmark docs.
- Run build and test verification.
- Publish the
1.0.0tag.