Crate ruvector_gnn_node

Crate ruvector_gnn_node 

Source
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§

CompressionLevelConfig
Compression level for tensor compression
RuvectorLayer
Graph Neural Network layer for HNSW topology
SearchResult
Result from differentiable search
TensorCompress
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