Overview
Welcome to Vectoron, a high-performance vector search extension that seamlessly integrates directly with your PostgreSQL database. Simply load the vectors extension to begin storing and searching vector data using your familiar SQL workflows.
Vectoron offers the flexibility to choose from multiple indexing algorithms - including HNSW, Vamana, IVF, and Flat - enabling you to select the ideal option for your specific speed, memory, and accuracy requirements. It also features Scalar and Product Quantization to effectively reduce memory consumption while maintaining acceptable accuracy.
For robust administration, Vectoron provides GUC parameters for performance tuning, index status monitoring, and simplified online upgrades. With client-language support and examples in SQL and Python, it ensures easy integration into a variety of environments.
Highlights
- Seamless SQL-native experience directly integrates into your existing PostgreSQL database. Simply load the extension and manage vectors using the familiar SQL commands and workflows you already know, eliminating the need for a separate database or new query language.
- Flexible performance tuning tailor performance to your exact needs. Choose from multiple advanced indexing algorithms like HNSW and Vamana and apply Scalar or Product Quantization to achieve the perfect balance between search speed, memory usage, and accuracy for your specific application.
- Robust management & easy integration simplify database operations with powerful administrative tools for performance tuning, index monitoring, and seamless online upgrades. With client support for languages like SQL and Python, integration into your existing environment is straightforward.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/hour |
|---|---|
t3.medium Recommended | $0.10 |
t3.micro | $0.01 |
Vendor refund policy
Please contact cloud@graphai.io for refund requests.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
-
AWS Marketplace Integration (Core Feature) This version officially supports integrated AWS Marketplace licensing. Vectoron now verifies licenses by directly checking AWS Marketplace subscription information via the EC2 Instance Metadata Service (IMDSv2).
-
License-Based Feature Activation The high-performance indexing feature (CREATE INDEX) has been converted to a paid, licensed feature. Index creation is now enabled only on instances with a valid AWS Marketplace subscription.
-
Freemium Feature Support Basic vector search functionality (e.g., SELECT ... <-> operators) is still supported via sequential scan, even without a license subscription. This allows users to test and evaluate the core features of the product.
-
Automated Configuration on Startup The Vectoron PostgreSQL extension is now pre-configured and set to load automatically (shared_preload_libraries). This ensures that Vectoron is ready to use immediately after the instance starts, requiring no manual setup.
Additional details
Usage instructions
Thank you for choosing Vectoron! To get started:
-
Launch the EC2 instance from this AMI.
-
Connect to the instance via SSH using the 'ubuntu' user and your selected key pair.
ssh -i /path/to/your-key.pem ubuntu@<INSTANCE_PUBLIC_IP> -
Get Your Initial Database Password Your default password for the 'postgres' user is your EC2 Instance ID. You can find this in the AWS EC2 Console (e.g., i-0123456789abcdef0).
-
Connect to PostgreSQL and Set a New Password Connect using the 'postgres' user. You will be prompted for the password from Step 3.
psql -U postgres- Enter your Instance ID as the password.
- (Required) You must immediately change the password:
-
Activate and Verify Vectoron You can now activate the extension in the database and verify its installation.
-- 1. Activate Vectoron postgres=# CREATE EXTENSION IF NOT EXISTS vectoron; -- 2. Verify installation (should show 'vectoron' in the list) postgres=# \dx vectoron
For detailed documentation, please visit: https://graphai-repository.github.io/akasicdb-docs/Â
Support
Vendor support
Official Documentation: https://graphai-repository.github.io/akasicdb-docs/Â
Please contact cloud@graphai.ioÂ
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.