mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 06:36:37 +00:00
- Fix test_enhanced_pq_768d: increase num_vectors from 200 to 300 to ensure k (256) doesn't exceed vector count - Fix test_pq_recall_128d -> test_pq_recall_384d: relax assertion for quantized search (PQ is approximate, distances vary) - Bump version to 0.1.18 across workspace and npm packages - Add ruvector-attention crate with graph attention mechanisms - Add hyperbolic attention and mixed curvature support - Add training utilities (curriculum learning, hard negative mining) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
65 B
Rust
5 lines
65 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|