misc docs

This commit is contained in:
Alex Garcia 2024-06-11 23:58:00 -07:00
parent 44b365a23f
commit d49e8205d1
9 changed files with 75 additions and 0 deletions

13
site/using/js.md Normal file
View file

@ -0,0 +1,13 @@
# Using `sqlite-vec` in Node.js, Deno, and Bun
```bash
npm install sqlite-vec
```
## Working with vectors in JavaScript
## Node.js
## Deno
## Bun