Create a PostgreSQL vector database cluster, add trusted sources, and configure connection details.
DigitalOcean Managed PostgreSQL Vector How-Tos
Generated on 17 Jul 2026
DigitalOcean Managed PostgreSQL for vector search uses the same managed PostgreSQL engine available under Managed Databases, with the pgvector and pgvectorscale extensions for storing and querying vector embeddings alongside relational data.
Getting Started
Enable pgvector on DigitalOcean Managed PostgreSQL and create a table for embeddings.
Index Management
Create and configure vector indexes for PostgreSQL vector search.
Update or delete rows with vector embeddings in PostgreSQL.
Add single rows or bulk datasets with vector embeddings to PostgreSQL.
Model Integrations
Generate embeddings in your application and insert them into PostgreSQL vector columns.
Query Operations
Run similarity, filtered, exact, and reranked vector queries against PostgreSQL vector tables.
Query PostgreSQL with hybrid search to combine full-text and vector relevance.
Enable pgvectorscale, create a StreamingDiskANN index, and tune disk-resident vector search on DigitalOcean Managed PostgreSQL.