Skip to main content

Prerequisites

  • Docker installed and running
  • 8 GB RAM (16 GB+ recommended)
  • 10 GB disk space (100 GB+ recommended)

Run VectorAI DB

The gRPC server is available at localhost:6574. The Local UI is available at localhost:6575.
Want to go further? Start a free 30-day trial and scale to 1 million vectors, fully on your infrastructure. No credit card required.

Using Docker Compose

Create a docker-compose.yml file:
Start the service:
Stop the service:

Verify installation

Python SDK required: Run pip install actian-vectorai-client first, or see the Python SDK installation guide.

Troubleshooting

View Docker logs

Next steps

Quickstart

Create your first collection, insert vectors, and run a search.

Core concepts

Understand the data model, architecture, and how search works.

Python SDK

Install and configure the Python SDK.