Tag
#pgvector
4 entries across blog, tutorials, videos, podcasts, and code.
- Tutorial
Your first pgvector query
Install pgvector, embed three documents, and run a similarity search — in about 10 minutes.
- Code
pgvector basics
Create the extension, a table with an embedding column, and an HNSW index.
- Blog
Why agent memory belongs in Postgres
A vector store is an index, not a database. Agent memory needs both — and pgvector is the door.
- Tutorial
Build a Bento memory store in 15 minutes
Stand up Postgres + pgvector, seed three documents, and ask /v1/ask its first question.