mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
18 lines
359 B
JSON
18 lines
359 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|