chore: clean up model weights + stage latest changes

Removed large model weight files from git tracking:
- model/*.bin, model-v2/*.pt, model-v2-r1/*.bin
(Generate locally via scripts/training/train-deobfuscator.py)

Updated: Cargo.lock, npm package.json

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
rUv 2026-04-03 21:28:20 +00:00
parent a6e623de92
commit 555b77218c
8 changed files with 13 additions and 1 deletions

12
Cargo.lock generated
View file

@ -8997,6 +8997,18 @@ dependencies = [
"thiserror 2.0.18",
]
[[package]]
name = "ruvector-decompiler-wasm"
version = "2.1.0"
dependencies = [
"console_error_panic_hook",
"getrandom 0.2.17",
"ruvector-decompiler",
"serde-wasm-bindgen",
"serde_json",
"wasm-bindgen",
]
[[package]]
name = "ruvector-delta-consensus"
version = "0.1.0"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"name": "ruvector",
"version": "0.2.20",
"version": "0.2.21",
"description": "Self-learning vector database for Node.js — hybrid search, Graph RAG, FlashAttention-3, DiskANN, 50+ attention mechanisms",
"main": "dist/index.js",
"types": "dist/index.d.ts",