Expand description
Node.js bindings for Ruvector GNN via NAPI-RS
This module provides JavaScript bindings for the Ruvector GNN library, enabling graph neural network operations, tensor compression, and differentiable search in Node.js applications.
Structs§
- Compression
Level Config - Compression level for tensor compression
- Ruvector
Layer - Graph Neural Network layer for HNSW topology
- Search
Result - Result from differentiable search
- Tensor
Compress - Tensor compressor with adaptive level selection
Functions§
- differentiable_
search - Differentiable search using soft attention mechanism
- get_
compression_ level - Get the compression level that would be selected for a given access frequency
- hierarchical_
forward - Hierarchical forward pass through GNN layers
- init
- Module initialization