mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-29 19:33:34 +00:00
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:
parent
a6e623de92
commit
555b77218c
8 changed files with 13 additions and 1 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -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.
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue