Documentation Index
Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing, ensure you have:- At least 8 GB RAM (16 GB+ recommended)
- 10 GB disk space (100 GB+ recommended)
Pull and run VectorAI DB
Pull and run the VectorAI DB Docker container:localhost:6574. The Local UI is available at localhost:6575.
Using Docker Compose
Create adocker-compose.yml file:
Verify installation
Test your installation by checking the server health:Troubleshooting
Common issues
The table below lists common installation issues and their solutions.| Issue | Solution |
|---|---|
| Connection failed | Ensure Docker container is running: docker ps |
| Port already in use | Stop services using port 6574 or use a different port: -p 6576:6574 |
| Permission denied | Run Docker commands with appropriate permissions or add user to docker group |
| Container exits | Check logs: docker logs <container-id> |
View Docker logs
Check container logs for errors:Next steps
Quickstart
Follow the quickstart guide to create your first collection
Core Concepts
Learn about vector databases and embeddings
Python SDK
Get started with the Python SDK