> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
> Use this file to discover all available pages before exploring further.

# CyborgDB Docs

<div style={{margin: "0 0 32px", padding: "48px 32px 44px", borderRadius: "16px", background: "#0b1a22", backgroundImage: "radial-gradient(ellipse 900px 400px at 50% 0%, rgba(16,163,174,0.28) 0%, transparent 70%)", textAlign: "center", border: "1px solid rgba(16,163,174,0.18)", overflow: "hidden"}}>
  <img src="https://mintcdn.com/cyborg/o5z3-JbkwPXf99Si/images/cyborgdb-white.svg?fit=max&auto=format&n=o5z3-JbkwPXf99Si&q=85&s=7ad60fe8f70762276000d401bece8503" alt="CyborgDB" style={{height: "28px", width: "auto", display: "block", margin: "0 auto 24px"}} width="1024" height="195" data-path="images/cyborgdb-white.svg" />

  <div style={{margin: "0 0 16px", fontSize: "clamp(26px, 5vw, 52px)", fontWeight: 700, letterSpacing: "-0.03em", lineHeight: 1.05, color: "#f0f6f8"}}>The vector database<br />that never sees your data.</div>
  <div style={{margin: "0 auto", maxWidth: "580px", fontSize: "16px", lineHeight: 1.6, color: "#8ba8b5"}}>Similarity search directly on encrypted embeddings — self-hosted in your VPC or on-prem, with no decryption, no TEE exit, and no plaintext in memory.</div>
</div>

**CyborgDB** is an encrypted vector database — similarity search directly on encrypted embeddings, with no decryption, no TEE exit, and no plaintext in memory. It runs as a proxy layer over Postgres or Redis, exposes a familiar API that slots into existing AI pipelines, and can be [GPU-accelerated with NVIDIA cuVS](https://developer.nvidia.com/blog/bringing-confidentiality-to-vector-search-with-cyborg-and-nvidia-cuvs/).

<div style={{display: "grid", gridTemplateColumns: "repeat(3, 1fr)", margin: "24px 0 32px", borderRadius: "12px", border: "1px solid rgba(16,163,174,0.25)", overflow: "hidden"}}>
  <div style={{padding: "20px 16px", textAlign: "center", borderRight: "1px solid rgba(16,163,174,0.25)"}}>
    <div style={{fontSize: "28px", fontWeight: 700, letterSpacing: "-0.02em", color: "#10A3AE"}}>\<5ms</div>
    <div style={{marginTop: "4px", fontSize: "12px", color: "#6b8a96"}}>p95 encrypted query latency</div>
  </div>

  <div style={{padding: "20px 16px", textAlign: "center", borderRight: "1px solid rgba(16,163,174,0.25)"}}>
    <div style={{fontSize: "28px", fontWeight: 700, letterSpacing: "-0.02em", color: "#10A3AE"}}>100M+</div>
    <div style={{marginTop: "4px", fontSize: "12px", color: "#6b8a96"}}>vectors per index</div>
  </div>

  <div style={{padding: "20px 16px", textAlign: "center"}}>
    <div style={{fontSize: "28px", fontWeight: 700, letterSpacing: "-0.02em", color: "#10A3AE"}}>Zero</div>
    <div style={{marginTop: "4px", fontSize: "12px", color: "#6b8a96"}}>data leaves your boundary</div>
  </div>
</div>

### Choose Your Path

<CardGroup cols={3}>
  <Card title="Learn the Fundamentals" href="versions/v0.16.x/intro/about" icon="book-open-cover">
    Understand the architecture and principles behind encrypted vector search
  </Card>

  <Card title="Start Building" href="versions/v0.16.x/intro/quickstart" icon="rocket-launch">
    Get hands-on with CyborgDB in minutes using our quickstart guide
  </Card>

  <Card title="Explore Deployment Options" href="versions/v0.16.x/intro/deployment-models" icon="server">
    Discover embedded libraries, managed service, and custom deployment options
  </Card>
</CardGroup>

### Documentation Structure

<CardGroup cols={3}>
  <Card title="Introduction" href="versions/v0.16.x/intro/about" icon="graduation-cap">
    Core concepts, deployment models, and getting started guides
  </Card>

  <Card title="CyborgDB Service" href="versions/v0.16.x/service/guides/intro/about" icon="cloud">
    CyborgDB self-hosted with REST API and client SDKs
  </Card>

  <Card title="CyborgDB Embedded" href="versions/v0.16.x/embedded/guides/intro/about" icon="code">
    Self-hosted, embedded deployments with Python and C++ bindings
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Integrations" href="versions/v0.16.x/integrations/about" icon="plug">
    LangChain and other framework integrations for seamless adoption
  </Card>

  <Card title="How to Use These Docs" href="versions/v0.16.x/intro/using-docs" icon="map">
    Navigation tips and conventions used throughout these docs
  </Card>
</CardGroup>
