@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 +1 -1
- package/dist/darwin-arm64/vec0.dylib +0 -0
- package/dist/darwin-x64/vec0.dylib +0 -0
- package/dist/linux-arm64/vec0.so +0 -0
- package/dist/linux-arm64-musl/vec0.so +0 -0
- package/dist/{vec0.so → linux-x64/vec0.so} +0 -0
- package/dist/linux-x64-musl/vec0.so +0 -0
- package/dist/win32-arm64/vec0.dll +0 -0
- package/dist/win32-x64/vec0.dll +0 -0
- package/package.json +1 -1
- package/dist/.build/shell-new.c +0 -33888
- package/dist/.libs/shell.a +0 -0
- package/dist/.libs/sqlite-vec.a +0 -0
- package/dist/.libs/sqlite3.a +0 -0
- package/dist/.objs/shell.o +0 -0
- package/dist/.objs/sqlite-vec.o +0 -0
- package/dist/.objs/sqlite3.o +0 -0
- package/dist/memory-test +0 -0
- package/dist/sqlite3 +0 -0
- package/dist/test-unit +0 -0
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
|
|
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