@photostructure/sqlite-vec 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  > - **Features:** Distance constraints, OPTIMIZE command, ALTER TABLE RENAME, GLOB/LIKE operators
21
21
  > - **Documentation:** Comprehensive error path coverage, KNN filtering behavior, production deployment guides
22
22
  >
23
- > Maintained by PhotoStructure Inc. Contributions welcome. See [CHANGELOG-mceachen.md](CHANGELOG-mceachen.md) for detailed changes.
23
+ > Maintained by PhotoStructure Inc. Contributions welcome. See [CHANGELOG.md](CHANGELOG.md) for detailed changes.
24
24
 
25
25
  An extremely small, "fast enough" vector search SQLite extension that runs
26
26
  anywhere! A successor to [`sqlite-vss`](https://github.com/asg017/sqlite-vss)
Binary file
Binary file
Binary file
Binary file
File without changes
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photostructure/sqlite-vec",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "A vector search SQLite extension that runs anywhere - PhotoStructure's production-ready fork",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.mjs",