Open
Conversation
Major update integrating all WASM crates from the RuVector ecosystem into RvLite via feature-gated Cargo dependencies. Rust crate changes: - Add 22 optional dependencies behind individual feature flags - Add composite feature sets: core-plus, ml, advanced-search, full - Create 12 extension modules under src/extensions/ for GNN, attention, delta, learning, math, hyperbolic, nervous-system, sparse-inference, DAG, router, HNSW, and SONA - Update lib.rs with conditional module includes and dynamic feature reporting via get_features() and get_module_count() - Bump version to 0.3.0 NPM package changes: - Update TypeScript SDK with 15 typed interfaces for all module configs (GnnConfig, AttentionConfig, DeltaOp, LearningConfig, MathMetric, HyperbolicConfig, NervousSystemConfig, SparseConfig, DagNode, RouterConfig, SonaConfig, HnswConfig, ModuleInfo, etc.) - Add getModules(), getFeatures(), searchWithFilter(), isEmpty(), cypherClear(), clearTriples() methods to RvLite class - Bump package.json to v0.3.0 with expanded keywords CLI changes: - Add 'modules' command listing all 22 WASM modules - Add 'info' command for system information - Add delta-compute and delta-apply commands - Add math-distance command (wasserstein, kl, js, hellinger, mahalanobis) - Add hyperbolic-embed, hyperbolic-search, hyperbolic-midpoint commands - Add dag-create, dag-add-node, dag-topo-sort, dag-list commands - Add nervous-simulate command (LIF neuron simulation) - Add sparse-analyze command (sparsity pattern analysis) - Add router-route command (embedding-based routing) README rewrite: - Complete rewrite documenting all 22 modules, 45+ CLI commands, feature flags, composite sets, TypeScript API, build instructions, size budget, and supported environments Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related
Test Plan
🤖 Generated with Claude Code