ruvector/docs
rUv 76c7eae5df docs: Add cognitive frontier implementation plans (#80)
Add comprehensive implementation documentation for two frontier
capabilities extending ruvector-mincut integration:

1. Federated Strange Loops (federated-strange-loops.md)
   - Multiple autonomous graph systems observing each other
   - Federation-level meta-neurons (Level 3)
   - Cross-cluster influence learning
   - Spike-based distributed consensus
   - Emergent collective behavior detection

2. Temporal Hypergraphs (temporal-hypergraphs.md)
   - Time-varying hyperedges with validity intervals
   - Causal constraints using spike-timing inference
   - Extended Cypher with temporal operators
   - Temporal MinCut for vulnerability detection
   - Causal MinCut for intervention planning

Both designs integrate deeply with existing SNN architecture and
subpolynomial-time MinCut algorithms.

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-25 13:42:56 -05:00
..
api docs: Add Cypher reference, include Tiny Dancer, fix WASM build 2025-11-26 12:54:04 +00:00
architecture docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
benchmarks feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
cloud-architecture Implement global streaming optimization for 500M concurrent streams 2025-11-20 18:51:26 +00:00
cognitive-frontier docs: Add cognitive frontier implementation plans (#80) 2025-12-25 13:42:56 -05:00
development feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
examples feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
gnn feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
guides feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
hnsw docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
implementation feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
integration feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
latent-space docs: Add comprehensive ruvector-attention implementation plan 2025-11-30 03:57:40 +00:00
optimization feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
postgres docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
project-phases Clean up repository structure and organize documentation 2025-11-20 19:50:03 +00:00
publishing feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
research Claude/sparql postgres implementation 017 ejyr me cf z tekf ccp yuiz j (#66) 2025-12-09 15:32:28 -05:00
sql feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
status docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
testing Clean up repository structure and organize documentation 2025-11-20 19:50:03 +00:00
.gitkeep Clean up repository structure and organize documentation 2025-11-20 19:50:03 +00:00
BENCHMARK_FIXES.md feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
DEEP-OPTIMIZATION-ANALYSIS.md feat(examples): Add ultra-low-latency meta-simulation engine (#53) 2025-12-04 18:00:21 -05:00
INDEX.md docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
localkcut-algorithm.md feat(mincut): Add subpolynomial-time dynamic minimum cut system (#74) 2025-12-23 07:53:32 -05:00
localkcut-implementation-summary.md feat(mincut): Add subpolynomial-time dynamic minimum cut system (#74) 2025-12-23 07:53:32 -05:00
localkcut-paper-implementation.md feat(mincut): Add subpolynomial-time dynamic minimum cut system (#74) 2025-12-23 07:53:32 -05:00
monitoring_example.md feat(mincut): Add subpolynomial-time dynamic minimum cut system (#74) 2025-12-23 07:53:32 -05:00
quantization-fixes.md feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
README.md Clean up repository structure and organize documentation 2025-11-20 19:50:03 +00:00
REPO_STRUCTURE.md feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration (#40) 2025-12-01 22:30:15 -05:00
RUVECTOR_PGLITE_CRITICAL_GAPS.md Claude/sparql postgres implementation 017 ejyr me cf z tekf ccp yuiz j (#66) 2025-12-09 15:32:28 -05:00
RUVECTOR_PGLITE_IMPLEMENTATION_PLAN.md Claude/sparql postgres implementation 017 ejyr me cf z tekf ccp yuiz j (#66) 2025-12-09 15:32:28 -05:00
RUVECTOR_WASM_STANDALONE_ARCHITECTURE.md Claude/sparql postgres implementation 017 ejyr me cf z tekf ccp yuiz j (#66) 2025-12-09 15:32:28 -05:00
SONA_NAPI_COMPLETE.md docs(postgres): Update README with Docker Hub image reference 2025-12-06 19:03:06 +00:00

RuVector Documentation

Complete documentation for RuVector, the high-performance Rust vector database with global scale capabilities.

📚 Documentation Structure

Getting Started

Quick start guides and tutorials for new users:

Architecture & Design

System architecture and design documentation:

API Reference

API documentation for different platforms:

User Guides

Comprehensive user guides:

Performance & Optimization

Performance tuning and benchmarking:

Development

Contributing and development guides:

Testing

Testing documentation and reports:

Project History

Historical project phase documentation:

Implementation Summary


For New Users

  1. Start with Getting Started Guide
  2. Try the Basic Tutorial
  3. Review API Documentation

For Cloud Deployment

  1. Read Architecture Overview
  2. Follow Deployment Guide
  3. Apply Performance Optimizations

For Contributors

  1. Read Contributing Guidelines
  2. Review Technical Plan
  3. Check Migration Guide

For Performance Tuning

  1. Review Optimization Guide
  2. Run Benchmarks
  3. Apply Query Optimizations

📊 Documentation Status

Category Files Status
Getting Started 7 Complete
Architecture 11 Complete
API Reference 2 Complete
User Guides 4 Complete
Optimization 4 Complete
Development 3 Complete
Testing 2 Complete
Project Phases 8 📚 Historical

Total Documentation: 40+ comprehensive documents


🔗 External Resources


Last Updated: 2025-11-20 | Version: 0.1.0 | Status: Production Ready