Prerequisites
- Linux with systemd (Ubuntu 22.04 LTS or later recommended)
unzipandnodeinstalled- 8 GB RAM (16 GB+ recommended)
- 10 GB disk space (100 GB+ recommended)
Install VectorAI DB
- x86-64 (AMD/Intel)
- ARM64
1
Extract the tarball
Download This creates the following structure:
Actian-VectorAI-linux-x64-1.0.0.tar.gz from the Actian VectorAI DB downloads page after signing up, then run:2
Run the installer
y to continue.To skip the prompt in automated environments:localhost:6573. The Local UI is available at localhost:6575.
Verify installation
Run these commands in a terminal after installation completes.
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.