Goldfish
Postgres + AI · beginner · 10 min · Ends in a deploy

Your first pgvector query

Install pgvector, embed three documents, and run a similarity search — in about 10 minutes.

Matt Yonkovit

Set up

create extension if not exists vector;

This is the canonical “hello, pgvector” tutorial. Body lands in Phase 2.