git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"name": "ruvector-core-linux-x64-gnu",
|
|
"version": "0.1.26",
|
|
"description": "Linux x64 GNU native binding for ruvector-core - High-performance vector database with HNSW indexing built in Rust",
|
|
"main": "index.js",
|
|
"type": "commonjs",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"author": "ruv.io Team <info@ruv.io> (https://ruv.io)",
|
|
"homepage": "https://ruv.io",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"ruvector.node",
|
|
"*.node",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"ruvector",
|
|
"vector-database",
|
|
"vector-search",
|
|
"similarity-search",
|
|
"semantic-search",
|
|
"hnsw",
|
|
"native",
|
|
"napi",
|
|
"rust",
|
|
"linux",
|
|
"x64",
|
|
"gnu",
|
|
"glibc",
|
|
"ai",
|
|
"machine-learning",
|
|
"embedding-database",
|
|
"simd",
|
|
"performance",
|
|
"ruv"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector.git",
|
|
"directory": "npm/core/platforms/linux-x64-gnu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ruvnet/ruvector/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|