> ## Documentation Index
> Fetch the complete documentation index at: https://actianvectorai-docs-low-effort-fixes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> High-performance vector database for AI similarity search.

VectorAI DB stores and indexes high-dimensional vectors and supports nearest-neighbor search with optional metadata filters. It runs locally via Docker and is accessible over gRPC or REST.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/home/installation/instructions">
    Install VectorAI DB with Docker.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/home/quickstart/quickstart">
    Get started with VectorAI in under five minutes.
  </Card>

  <Card title="Guides" icon="map" href="/docs/guides/gui-interface">
    Step-by-step guides to build with VectorAI.
  </Card>

  <Card title="Academy" icon="graduation-cap" href="/academy/tutorials">
    Hands-on tutorials and real-world examples.
  </Card>
</CardGroup>
