ruvector/docs/INDEX.md
rUv 6a0ce6a637 docs: Reorganize documentation and add postgres README
ruvector-postgres:
- Add comprehensive README.md with features, comparison, tutorials
- Create docs/implementation/ and docs/guides/ subdirectories
- Move implementation summaries to organized locations

Root docs reorganization:
- Move HNSW docs to docs/hnsw/
- Move postgres docs to docs/postgres/
- Move zero-copy docs to docs/postgres/zero-copy/
- Move guides to docs/guides/
- Move architecture to docs/architecture/
- Move benchmarks docs to benchmarks/docs/
- Move benchmark source to benchmarks/src/

Cleanup:
- Remove duplicate install/ from root (now in crates/ruvector-postgres/install/)
- Remove stale benchmark results
- Remove duplicate binary files

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:45:44 +00:00

13 KiB

Ruvector Documentation Index

Complete index of all Ruvector documentation.

Documentation Structure

docs/
├── api/                    # API references (Rust, Node.js, Cypher)
├── architecture/           # System design docs
├── benchmarks/             # Performance benchmarks
├── cloud-architecture/     # Cloud deployment guides
├── development/            # Developer guides
├── examples/               # SQL examples
├── gnn/                    # GNN/Graph implementation
├── guides/                 # User guides & tutorials
├── hnsw/                   # HNSW index documentation
├── implementation/         # Implementation details
├── integration/            # Integration guides
├── latent-space/           # Research & advanced features
├── optimization/           # Performance optimization
├── postgres/               # PostgreSQL extension docs
│   └── zero-copy/          # Zero-copy memory docs
├── project-phases/         # Development phases
├── publishing/             # NPM publishing guides
├── research/               # Research documentation
│   └── gnn-v2/             # GNN v2 research plans
├── sql/                    # SQL examples
├── status/                 # Build & deployment status
└── testing/                # Testing documentation

User Guides

Getting Started

Quick Starts

WASM Guides

Migration

HNSW Documentation

PostgreSQL Extension

Core Documentation

SparseVec

Zero-Copy Memory

Architecture Documentation

Cloud Architecture

API Reference

Platform APIs

GNN & Graph Documentation

Integration Guides

Performance & Benchmarks

Optimization Guides

Implementation Documentation

Implementation Details

Phase Summaries

Publishing & Deployment

Status Reports

Development

Testing

Research & Advanced Features

Latent Space

GNN v2 Research

DSPy Integration

Project Information

Documentation Statistics

  • Total directories: 20+
  • Total documentation files: 150+ markdown files
  • User guides: 12+ comprehensive guides
  • API references: 3 platform APIs
  • Code examples: 10+ working examples
  • Languages covered: Rust, JavaScript/TypeScript, WASM, SQL

Getting Help

Resources

  • Documentation: This index and linked guides
  • Examples: ../examples/ directory
  • API docs: cargo doc --no-deps --open
  • Benchmarks: cargo bench

Support Channels


Last Updated: 2025-12-02 Version: 0.1.20