Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 741 Bytes

File metadata and controls

19 lines (17 loc) · 741 Bytes

VecturaHNSWKit Release Checklist

1.0.0

  • 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.0 tag.