Commit graph

4 commits

Author SHA1 Message Date
rUv
dcb12c22e9 feat: Publish 8 new npm packages
Published WASM and infrastructure packages:
- @ruvector/wasm@0.1.16 - Core WASM bindings
- @ruvector/gnn-wasm@0.1.0 - GNN WASM bindings
- @ruvector/graph-wasm@0.1.0 - Graph WASM bindings
- @ruvector/attention-wasm@0.1.0 - Attention WASM bindings
- @ruvector/tiny-dancer-wasm@0.1.0 - AI routing WASM
- @ruvector/router-wasm@0.1.0 - Semantic router WASM
- @ruvector/cluster@0.1.0 - Distributed clustering
- @ruvector/server@0.1.0 - HTTP/gRPC server

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 18:44:00 +00:00
rUv
b81423ece7 docs: Add README files for all crates and update root README with crates table
- Add comprehensive README.md files for 13 crates with GitHub/ruv.io links
- Update root README with crates table showing all 25 published crates
- Add npm packages section with badges and install instructions
- All crates published to crates.io v0.1.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 18:15:05 +00:00
rUv
526b7adac1 chore: Update workspace version to 0.1.2 and simplify CI workflow
- Bump workspace version from 0.1.1 to 0.1.2
- Simplify build-native.yml workflow (remove duplicate graph build job)
- Update Cargo.lock with latest dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 17:43:34 +00:00
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