ruvector/examples/ruvLLM/src
rUv 2fb7186a38 feat: Add ruvLLM examples and enhanced postgres-cli
Added from claude/ruvector-lfm2-llm-01YS5Tc7i64PyYCLecT9L1dN branch:
- examples/ruvLLM: Complete LLM inference system with SIMD optimization
  - Pretraining, benchmarking, and optimization system
  - Real SIMD-optimized CPU inference engine
  - Comprehensive SOTA benchmark suite
  - Attention mechanisms, memory management, router

Enhanced postgres-cli with full ruvector-postgres integration:
- Sparse vector operations (BM25, top-k, prune, conversions)
- Hyperbolic geometry (Poincare, Lorentz, Mobius operations)
- Agent routing (Tiny Dancer system)
- Vector quantization (binary, scalar, product)
- Enhanced graph and learning commands

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 01:26:47 +00:00
..
bin feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
attention.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
compression.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
config.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
embedding.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
error.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
inference.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
inference_real.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
learning.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
lib.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
memory.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
orchestrator.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
router.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
simd_inference.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
training.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00
types.rs feat: Add ruvLLM examples and enhanced postgres-cli 2025-12-03 01:26:47 +00:00