mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-24 22:09:58 +00:00
- Moved computation out of JS main thread by using a mpsc - Removes the Arc/Mutex since Table is owned by JsTable now - Moved table / query methods to their own files - Fixed js-transformers example
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"name": "vectordb-example-js-transformers",
|
|
"version": "1.0.0",
|
|
"description": "Example for using transformers.js with lancedb",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lance Devs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@xenova/transformers": "^2.4.1",
|
|
"vectordb": "file:../.."
|
|
}
|
|
|
|
}
|