PostgreSQL 17 with pgvector on Ubuntu 24.04 LTS

Azure Artificial Intelligence (AI)

PostgreSQL with pgvector, an open source vector similarity database for embeddings, semantic search and retrieval augmented generation.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

This appliance pairs the PostgreSQL relational database with the pgvector extension, turning a proven SQL engine into a first class vector store. Alongside ordinary tables you can store high dimensional embeddings in a dedicated vector column, build approximate nearest neighbour indexes, and run similarity queries that rank rows by distance to a query vector. Because it is just PostgreSQL, you keep transactions, joins, SQL and the entire driver and tooling ecosystem while adding semantic capabilities.

It suits retrieval augmented generation over your own documents, semantic and hybrid search, recommendation and deduplication, and any application that needs to combine relational data with similarity over embeddings, all on CPU with no GPU required.

Why the cloudimg image

cloudimg ships PostgreSQL with pgvector already installed and the extension enabled in a ready to use database, so you can create a vector table and run a nearest neighbour query in minutes. There is no default password to change: on first boot each instance generates its own database password and its own TLS certificate, written to a file only the root user can read, and remote connections are accepted only over TLS. The paired deployment guide walks through connecting, indexing embeddings and running similarity search, and every instance carries 24/7 support.

Common uses

  • Retrieval augmented generation and semantic search over your own documents
  • Storing and querying embeddings next to relational data with plain SQL
  • Recommendation, deduplication and similarity ranking on CPU