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
Option 1: Quickstart (single command)
Pull and run the VectorAI DB Docker container:Coming soon
localhost:50051.
Option 2: With data persistence
To persist your data between container restarts:Coming soon
Option 3: 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 50051 or use a different port: -p 50052:50051 |
| 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
SDK Reference
Explore the complete SDK API