mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 14:29:56 +00:00
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "vectordb-example-js-openai",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lance Devs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"vectordb": "file:../..",
|
|
"openai": "^3.2.1"
|
|
}
|
|
}
|