You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Python |`pip install sqlite-vec`|[`sqlite-vec` with Python](https://alexgarcia.xyz/sqlite-vec/python.html)|[](https://pypi.org/project/sqlite-vec/)|
73
-
| Node.js |`npm install sqlite-vec`|[`sqlite-vec` with Node.js](https://alexgarcia.xyz/sqlite-vec/js.html)|[](https://www.npmjs.com/package/sqlite-vec)|
74
-
| Ruby |`gem install sqlite-vec`|[`sqlite-vec` with Ruby](https://alexgarcia.xyz/sqlite-vec/ruby.html)||
75
-
| Rust |`cargo add sqlite-vec`|[`sqlite-vec` with Rust](https://alexgarcia.xyz/sqlite-vec/rust.html)|[](https://crates.io/crates/sqlite-vec)|
76
-
| Datasette |`datasette install datasette-sqlite-vec`|[`sqlite-vec` with Datasette](https://alexgarcia.xyz/sqlite-vec/datasette.html)|[](https://datasette.io/plugins/datasette-sqlite-vec)|
77
-
| rqlite |`rqlited -extensions-path=sqlite-vec.tar.gz`|[`sqlite-vec` with rqlite](https://alexgarcia.xyz/sqlite-vec/rqlite.html)|[](https://rqlite.io/docs/guides/extensions/)|
78
-
|`sqlite-utils`|`sqlite-utils install sqlite-utils-sqlite-vec`|[`sqlite-vec` with sqlite-utils](https://alexgarcia.xyz/sqlite-vec/sqlite-utils.html)|[](https://datasette.io/plugins/datasette-sqlite-vec)|
58
+
### Node.js
79
59
80
-
### Installing from PhotoStructure's Fork
81
-
82
-
Install directly from npm or GitHub to get PhotoStructure's production-ready fork with additional features and comprehensive testing.
83
-
84
-
#### Node.js (Recommended)
85
-
86
-
PhotoStructure publishes prebuilt binaries to npm for all major platforms:
60
+
Prebuilt binaries for all major platforms are published to npm:
|**Go**|`go get github.com/photostructure/sqlite-vec/bindings/go/cgo@main`|`go get github.com/photostructure/sqlite-vec/bindings/go/cgo@v0.4.1`|
101
-
|**Lua**|`luarocks install lsqlite3` then copy [`sqlite_vec.lua`](bindings/lua/) to your project. See [Lua example](/examples/simple-lua/)| Download [`sqlite_vec.lua` at v0.4.1](https://github.com/photostructure/sqlite-vec/blob/v0.4.1/bindings/lua/sqlite_vec.lua)|
For these, use the original packages until this fork's CI/CD is configured.
70
+
### Other Languages
131
71
132
-
See the [original documentation](https://alexgarcia.xyz/sqlite-vec/installation.html) for detailed usage information.
72
+
For Python, Ruby, Rust, Go, and other language bindings, see the original [`asg017/sqlite-vec`](https://github.com/asg017/sqlite-vec) or [Vlad Lasky's fork](https://github.com/vlasky/sqlite-vec). This fork only publishes the Node.js package.
0 commit comments