Skip to main content

Prerequisites

  • Linux with systemd (Ubuntu 22.04 LTS or later recommended)
  • unzip and node installed
  • 8 GB RAM (16 GB+ recommended)
  • 10 GB disk space (100 GB+ recommended)

Install VectorAI DB

1

Extract the tarball

Download Actian-VectorAI-linux-x64-1.0.0.tar.gz from the Actian VectorAI DB downloads page after signing up, then run:
This creates the following structure:
2

Run the installer

The installer prompts you to accept the EULA. Enter y to continue.To skip the prompt in automated environments:
When complete, the installer prints:
The REST API is available at localhost:6573. The Local UI is available at localhost:6575.

Verify installation

Run these commands in a terminal after installation completes.
A successful response from curl http://localhost:6573/ looks like this:

Troubleshooting

Check service status

Uninstall

Run the uninstall script included with the installer:

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.