1010> ** Credits:** [ Alex Garcia] ( https://github.com/asg017 ) (original implementation), [ Vlad Lasky] ( https://github.com/vlasky ) (community fork with 15+ merged upstream PRs), PhotoStructure Inc. (ongoing maintenance and improvements).
1111>
1212> ** Why this fork exists:**
13+ >
1314> - PhotoStructure depends on sqlite-vec for production vector search in our photo management platform
1415> - We've added production-critical features, security hardening, and comprehensive testing
1516> - We're committed to maintaining this for as long as PhotoStructure exists
1617> - All improvements remain open source (MIT/Apache-2.0) for the community
1718>
1819> ** Fork improvements:**
20+ >
1921> - ** Testing:** AddressSanitizer/Valgrind/UBSan integration, 30+ error path tests, memory leak fixes
2022> - ** Security:** Safe integer parsing, vendor checksum validation, pinned CI actions, OIDC releases
2123> - ** Node.js:** Alpine/musl + Windows ARM64 prebuilds, bundled binaries (no post-install scripts)
@@ -65,8 +67,6 @@ Prebuilt binaries for all major platforms are published to npm:
6567npm install @photostructure/sqlite-vec
6668```
6769
68- [ ![ npm] ( https://img.shields.io/npm/v/@photostructure/sqlite-vec.svg?color=green&logo=nodedotjs&logoColor=white )] ( https://www.npmjs.com/package/@photostructure/sqlite-vec )
69-
7070** Supported platforms:** Linux (x64, ARM64, musl), macOS (x64, ARM64), Windows (x64, ARM64)
7171
7272### Other Languages
@@ -90,7 +90,7 @@ The native extension is automatically resolved from `app.asar.unpacked` when run
9090``` js
9191packagerConfig: {
9292 asar: {
93- unpack: " *.{so,dylib,dll}"
93+ unpack: " *.{so,dylib,dll}" ;
9494 }
9595}
9696```
@@ -297,6 +297,7 @@ using WAL so the rewrite starts from a clean state.
297297
298298Development of the original ` sqlite-vec ` is supported by multiple generous sponsors! Mozilla
299299is the main sponsor through the new Builders project.
300+
300301<p align =" center " >
301302 <a href =" https://hacks.mozilla.org/2024/06/sponsoring-sqlite-vec-to-enable-more-powerful-local-ai-applications/ " >
302303 <picture >
0 commit comments