ruvector/crates/ruvector-gnn-node/.github/workflows
Claude 2e4eafead0 feat: Add ruvector-gnn crate with GNN, compression, WASM and Node.js bindings
Major additions:
- ruvector-gnn: Complete GNN implementation with RuvectorLayer, multi-head attention, GRU cell
- Tensor compression: 5-tier adaptive compression (f32→f16→PQ8→PQ4→Binary, 2-32x)
- Differentiable search: Soft attention k-NN with gradient flow
- Training: InfoNCE contrastive loss, SGD optimizer
- Query API: RuvectorQuery, QueryResult, SubGraph types
- MmapManager: Memory-mapped embeddings with gradient accumulation
- Tensor operations: Full tensor math library

Bindings:
- ruvector-gnn-wasm: Full WASM bindings for browser
- ruvector-gnn-node: napi-rs bindings for Node.js

Fixes:
- WASM compatibility for ruvector-graph (conditional compilation)
- Feature flags for storage/hnsw modules

Updated README with GNN architecture overview and tutorials
2025-11-26 04:50:36 +00:00
..
build.yml feat: Add ruvector-gnn crate with GNN, compression, WASM and Node.js bindings 2025-11-26 04:50:36 +00:00