mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-29 19:33:34 +00:00
- Add persistence support using redb storage backend - Add GraphDatabase.open() factory method for opening existing databases - Add isPersistent() and getStoragePath() methods - Update TypeScript definitions with all new APIs - Add benchmark suite (131K+ ops/sec batch inserts) - Add comprehensive test suite with persistence tests - Add GitHub workflow for multi-platform builds - Fix sync-lockfile.sh working directory bug - Publish @ruvector/graph-node@0.1.15 to npm - Publish @ruvector/graph-node-linux-x64-gnu@0.1.15 to npm Performance benchmarks: - Node Creation: 9.17K ops/sec - Batch Node Creation: 131.10K ops/sec - Edge Creation: 9.30K ops/sec - Vector Search (k=10): 2.35K ops/sec - k-hop Traversal: 10.28K ops/sec 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
655 B
JSON
24 lines
655 B
JSON
{
|
|
"name": "@ruvector/gnn-linux-x64-gnu",
|
|
"version": "0.1.15",
|
|
"os": ["linux"],
|
|
"cpu": ["x64"],
|
|
"main": "ruvector-gnn.linux-x64-gnu.node",
|
|
"files": ["ruvector-gnn.linux-x64-gnu.node"],
|
|
"description": "Graph Neural Network capabilities for Ruvector - linux-x64-gnu platform",
|
|
"keywords": ["ruvector", "gnn", "graph-neural-network", "napi-rs"],
|
|
"author": "Ruvector Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"libc": ["glibc"]
|
|
}
|