pgvector: Comprehensive Agent-Usability Assessment
Docs-backedpgvector extends Postgres with vector similarity search, making it practical for agents to store and query embeddings alongside relational data without a separate vector database. It supports cosine, L2, and inner-product distance operators, HNSW and IVFFlat indexes, and integrates with any Postgres client. Agent-native use case is strong: agents can insert, index, and query embeddings in the same transaction as structured data. The extension is widely available on managed Postgres hosts (Supabase, Neon, Timescale, RDS). Confidence is docs-derived; runtime probe would require a live Postgres instance with the extension enabled.