Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 02:17
· 32 commits to main since this release
Immutable release. Only release title and notes can be modified.
v1.0.0
63a9c1e

Changed

  • npm package renamed from @mceachen/sqlite-vec to @photostructure/sqlite-vec

About this fork

This package is a community fork of Alex Garcia's excellent sqlite-vec, building on Vlad Lasky's community fork which merged 15+ upstream PRs. We're grateful to both for their foundational work.

PhotoStructure depends on sqlite-vec for production vector search and is committed to maintaining this fork for as long as we need it. Our current focus is:

  • Stability: Memory leak fixes, sanitizer-verified error paths, comprehensive test coverage
  • Node.js packaging: Prebuilt binaries for all major platforms (including Alpine/musl and Windows ARM64), Electron support, no post-install scripts

The version was bumped to 1.0.0 to signal the package rename and avoid confusion with the 0.x releases under the previous name. The underlying C extension is unchanged from 0.4.1.

All code remains open source under the original MIT/Apache-2.0 dual license.

Full Changelog: v0.4.1...v1.0.0