Skip to content

Commit

Permalink
Merge branch 'main' of github.com:asg017/sqlite-vss
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 21, 2023
2 parents 21257b6 + 67aae7c commit 0cf1b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ sudo apt-get install -y libgomp1 libatlas-base-dev liblapack-dev
| -------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Python | `pip install sqlite-vss` | [`sqlite-vss` with Python](https://alexgarcia.xyz/sqlite-vss/python.html) | [![PyPI](https://img.shields.io/pypi/v/sqlite-vss.svg?color=blue&logo=python&logoColor=white)](https://pypi.org/project/sqlite-vss/) |
| Datasette | `datasette install datasette-sqlite-vss` | [`sqlite-vss` with Datasette](https://alexgarcia.xyz/sqlite-vss/datasette.html) | [![Datasette](https://img.shields.io/pypi/v/datasette-sqlite-vss.svg?color=B6B6D9&label=Datasette+plugin&logoColor=white&logo=python)](https://datasette.io/plugins/datasette-sqlite-vss) |
| Node.js | `npm install sqlite-vss` | [`sqlite-vss` with Node.js](https://alexgarcia.xyz/sqlite-vss/node.html) | [![npm](https://img.shields.io/npm/v/sqlite-vss.svg?color=green&logo=nodedotjs&logoColor=white)](https://www.npmjs.com/package/sqlite-vss) |
| Node.js | `npm install sqlite-vss` | [`sqlite-vss` with Node.js](https://alexgarcia.xyz/sqlite-vss/nodejs.html) | [![npm](https://img.shields.io/npm/v/sqlite-vss.svg?color=green&logo=nodedotjs&logoColor=white)](https://www.npmjs.com/package/sqlite-vss) |
| Deno | [`deno.land/x/sqlite_vss`](https://deno.land/x/sqlite_vss) | [`sqlite-vss` with Deno](https://alexgarcia.xyz/sqlite-vss/deno.html) | [![deno version](https://deno.land/badge/sqlite_vss/version?color=fef8d2)](https://deno.land/x/sqlite_vss) |
| Ruby | `gem install sqlite-vss` | [`sqlite-vss` with Ruby](https://alexgarcia.xyz/sqlite-vss/ruby.html) | ![Gem](https://img.shields.io/gem/v/sqlite-vss?color=red&logo=rubygems&logoColor=white) |
| Elixir | [`hex.pm/packages/sqlite_vss`](https://hex.pm/packages/sqlite_vss) | [`sqlite-vss` with Elixir](https://alexgarcia.xyz/sqlite-vss/elixir.html) | [![Hex.pm](https://img.shields.io/hexpm/v/sqlite_vss?color=purple&logo=elixir)](https://hex.pm/packages/sqlite_vss) |
Expand Down

0 comments on commit 0cf1b83

Please sign in to comment.