mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-06-01 06:10:31 +00:00
Complete flashable implementation with: - INT8 quantized transformer (~20KB RAM) - HNSW vector index for RAG - UART command interface (gen/add/ask/stats) - Cross-platform installers (Linux, macOS, Windows) - Multi-chip cluster configuration (pipeline parallelism) - Docker build environment - Comprehensive documentation Installation options: - One-line: ./install.sh && ./install.sh flash - Makefile: make install && make flash PORT=/dev/ttyUSB0 - Docker: docker run -v $(pwd):/app ruvllm-esp32 build Cluster support: - cluster.example.toml: 5-chip pipeline config - cluster-flash.sh/ps1: Flash all chips with roles - cluster-monitor.sh: tmux multi-pane monitoring 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
53 B
Rust
3 lines
53 B
Rust
fn main() {
|
|
embuild::espidf::sysenv::output();
|
|
}
|