GA
Open Source
Free Tier
Hanzo SQL Vector
pgvector for AI/ML
Vector similarity search inside PostgreSQL. Store embeddings alongside your data with pgvector.
SQL Vector Console
SELECT * FROM users WHERE status = 'active';
Results: 3 rows (2ms)
| id | name | status | |
|---|---|---|---|
| 1 | alice | [email protected] | active |
| 2 | bob | [email protected] | active |
| 3 | carol | [email protected] | active |
SQL Vector Console
SELECT * FROM users WHERE status = 'active';
Results: 3 rows (2ms)
| id | name | status | |
|---|---|---|---|
| 1 | alice | [email protected] | active |
| 2 | bob | [email protected] | active |
| 3 | carol | [email protected] | active |
Get Started
Install SQL Vector in seconds
terminal
$ hanzo db create --type postgres --extensions pgvector
New to Hanzo? Install the CLI first: curl -fsSL hanzo.sh | bash
Features
Everything you need to get started
Vector similarity search
HNSW indexing
Cosine/L2/IP distance
Hybrid queries
Native PostgreSQL
SDKs & Libraries
Official SQL Vector SDKs
Use our official SDKs to integrate SQL Vector into your application
Community
Join the SQL Vector Community
Get help, share ideas, and contribute to the project
Want to Contribute?
We welcome contributions of all kinds: bug reports, feature requests, documentation improvements, and code contributions.
Read our Contributing GuideResources
Learn more about SQL Vector
Related Products
More from Hanzo Data
Ready to get started with SQL Vector?
Deploy in minutes with Hanzo Cloud or self-host with our open-source release.