mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
examples + fmt
This commit is contained in:
parent
356f75cca7
commit
dd972f6ffe
16 changed files with 1064 additions and 25 deletions
17
examples/nbc-headlines/package.json
Normal file
17
examples/nbc-headlines/package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "nbc-headlines",
|
||||
"version": "1.0.0",
|
||||
"main": "demo.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@xenova/transformers": "^2.17.2",
|
||||
"better-sqlite3": "^11.1.2",
|
||||
"sqlite-vec": "^0.0.1-alpha.37"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue