mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 05:43:58 +00:00
Implements a complete Compress-Sense-Expand architecture as standalone example: - **Compress Layer**: Binary tensor storage with 4 compression strategies - None (1x), Float16 (2x), Int8 (4x), Binary (32x) - **Sense Layer**: Policy network for COMPRESS/EXPAND routing decisions - ThresholdPolicy (~2μs), LinearPolicy (~5μs), MLPPolicy (~15μs) - **Expand Layer**: Dimension projection with LLM registry - Supports LLaMA, GPT-4, Claude, Mistral, Phi-3 - **RefragStore**: Hybrid search returning mixed tensor/text results This example demonstrates REFRAG concepts (arXiv:2509.01092) without modifying ruvector-core, serving as proof-of-concept for Issue #10. Includes: - 25 passing unit tests - Interactive demo (cargo run --bin refrag-demo) - Performance benchmarks (cargo run --bin refrag-benchmark) - Criterion benchmarks for CI integration Refs: #10, #22 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agentic-jujutsu | ||
| graph | ||
| nodejs | ||
| refrag-pipeline | ||
| rust | ||
| wasm-react | ||
| wasm-vanilla | ||
| advanced_features.rs | ||
| agenticdb_demo.rs | ||
| gnn_example.rs | ||
| graph-cli-usage.md | ||
| graph_wasm_usage.html | ||