git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"name": "ruvector",
|
|
"version": "0.1.100",
|
|
"description": "High-performance vector database for Node.js with automatic native/WASM fallback",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"ruvector": "./bin/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && cp src/core/onnx/pkg/package.json dist/core/onnx/pkg/",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "node test/integration.js"
|
|
},
|
|
"keywords": [
|
|
"vector",
|
|
"database",
|
|
"vector-database",
|
|
"vector-search",
|
|
"similarity-search",
|
|
"semantic-search",
|
|
"embeddings",
|
|
"hnsw",
|
|
"ann",
|
|
"ai",
|
|
"machine-learning",
|
|
"rag",
|
|
"rust",
|
|
"wasm",
|
|
"native",
|
|
"ruv",
|
|
"ruvector",
|
|
"attention",
|
|
"transformer",
|
|
"flash-attention",
|
|
"hyperbolic",
|
|
"sona",
|
|
"lora",
|
|
"ewc",
|
|
"adaptive-learning",
|
|
"continual-learning",
|
|
"onnx",
|
|
"semantic-embeddings",
|
|
"minilm"
|
|
],
|
|
"author": "ruv.io Team <info@ruv.io> (https://ruv.io)",
|
|
"homepage": "https://ruv.io",
|
|
"bugs": {
|
|
"url": "https://github.com/ruvnet/ruvector/issues"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector.git",
|
|
"directory": "npm/packages/ruvector"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
"@ruvector/attention": "^0.1.3",
|
|
"@ruvector/core": "^0.1.25",
|
|
"@ruvector/gnn": "^0.1.22",
|
|
"@ruvector/sona": "^0.1.4",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^11.1.0",
|
|
"ora": "^5.4.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@ruvector/rvf": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.5",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|