mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 06:19:57 +00:00
Use Napi to write a Node.js SDK that follows Polars for better maintainability, while keeping most of the logic in Rust.
21 lines
303 B
JSON
21 lines
303 B
JSON
{
|
|
"name": "vectordb-linux-arm64-gnu",
|
|
"version": "0.4.3",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "vectordb.linux-arm64-gnu.node",
|
|
"files": [
|
|
"vectordb.linux-arm64-gnu.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"libc": [
|
|
"glibc"
|
|
]
|
|
} |