Stop Thinking, Just Do!

Sungsoo Kim's Blog

PostgreSQL as a Vector Database

tagsTags

2 June 2024


Article Source


PostgreSQL as a Vector Database

Abstract

We all know PostgreSQL as a relational database for transactional workloads. But, at the same time, PostgreSQL can also be used as a vector database. It possesses all the essential capabilities needed for general-purpose AI applications.

In this hands-on, practical guide, we’re starting with the basics. By building an AI app for Airbnb listings, we’ll learn how to store and work with vectorized data in PostgreSQL.