ruvector/crates/ruvector-server
Claude cc4ef6d7b4
feat: Add 5 new production crates with WASM/Node.js integration
New Crates:
- ruvector-server: REST API server using axum (collections, points, health endpoints)
- ruvector-collections: Multi-collection management with aliases
- ruvector-filter: Advanced payload indexing (9 index types, geo, full-text)
- ruvector-snapshot: Backup/restore with gzip compression and checksums
- ruvector-metrics: Prometheus metrics and health checks

Integrations:
- Node.js NAPI-RS: CollectionManager, filters, metrics, health endpoints
- WASM: CollectionManager, FilterBuilder (with feature flag)

Performance Benchmarks:
- HNSW search: 41-151µs (k=1 to k=100)
- Distance calc: 16-142ns (128-1536 dims)
- Batch distances: 278µs (1000x384)

All crates compile in both debug and release modes.
2025-11-25 03:00:28 +00:00
..
src feat: Add 5 new production crates with WASM/Node.js integration 2025-11-25 03:00:28 +00:00
Cargo.toml feat: Add 5 new production crates with WASM/Node.js integration 2025-11-25 03:00:28 +00:00