mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
node:sqlite sample
This commit is contained in:
parent
d1d1ed7a57
commit
dbc5098114
4 changed files with 81 additions and 0 deletions
11
examples/simple-node2/package.json
Normal file
11
examples/simple-node2/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "simple-node2",
|
||||
"version": "1.0.0",
|
||||
"main": "demo.mjs",
|
||||
"engines": {
|
||||
"node": ">=23.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"sqlite-vec": "latest"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue