DigitalOcean Managed Weaviate is a fully managed Weaviate vector database for retrieval-augmented generation, semantic search, and similarity-based AI workloads.
DigitalOcean Vector Databases
Generated on 28 Apr 2026
DigitalOcean Vector Databases are managed clusters purpose-built for vector similarity search, supporting Weaviate, OpenSearch, and PostgreSQL (pgvector) for retrieval-augmented generation (RAG), semantic search, and other AI workloads.
Use DigitalOcean Managed OpenSearch as a vector database. OpenSearch bundles the k-NN, ML Commons, and Neural Search plugins for vector similarity search, hybrid (vector plus keyword) search, and remote embedding models.
Use DigitalOcean Managed PostgreSQL with the pgvector and pgvectorscale extensions to store embeddings alongside relational data and run vector similarity search in SQL.
Quickstarts to go from zero to a first vector similarity query on DigitalOcean Vector Databases.
How to create, secure, and manage Vector Database clusters on DigitalOcean.
Background on vector embeddings, distance metrics, HNSW indexing, hybrid search, and other concepts that transfer across Weaviate, OpenSearch, and pgvector.
Pricing, availability, limits, and other details for DigitalOcean Vector Databases.
DigitalOcean Vector Databases let you provision managed clusters purpose-built for vector similarity search, using the same creation and management workflow as DigitalOcean Managed Databases. The category currently supports three engines:
- Weaviate (private preview): A vector-native database recommended for retrieval-augmented generation (RAG) and semantic search. Available to customers who opt in.
- OpenSearch: Bundles the k-NN, ML Commons, and Neural Search plugins for hybrid (vector + keyword) search and remote embedding models. Uses the existing Managed Databases OpenSearch engine.
- PostgreSQL: Ships with the
vector(pgvector) andvectorscale(pgvectorscale) extensions for vector similarity search alongside your relational data.
OpenSearch and PostgreSQL clusters created through the Vector Databases flow are the same managed engines available under Managed Databases, so existing clusters can be used interchangeably.
Latest Updates
27 April 2026
-
DigitalOcean Managed Weaviate is now in private preview. Opted-in customers can provision Weaviate clusters in the TOR1 region in Small, Medium, and Large plans through the dedicated DigitalOcean Vector Databases API at
/v2/vector-databases. Clusters are reachable over port 443 for both HTTP and gRPC and support configurable quantization (rq,pq,bq, orsq) for the vector index.During preview, cluster management is API-only. Preview clusters are not billed and are not covered by a paid support SLA. APIs, SKUs, regions, and Control Panel elements may change before general availability. For setup and usage guidance, see Managed Weaviate.
-
DigitalOcean Vector Databases is now generally available in Data Services that groups managed engines for vector similarity search. The launch includes:
- Weaviate in private preview for retrieval-augmented generation and semantic search workloads. Available to opted-in customers; preview clusters are not billed.
- OpenSearch with the k-NN, ML Commons, and Neural Search plugins for hybrid (vector plus keyword) search and remote embedding models. Uses the existing Managed Databases OpenSearch engine.
- PostgreSQL with the
vector(pgvector) andvectorscale(pgvectorscale) extensions for vector similarity search alongside relational data.
For an overview and guidance on choosing an engine, see Vector Databases.
For more information, see all Vector Databases release notes.