Tag
#bento
4 entries across blog, tutorials, videos, podcasts, and code.
- Video
Intro to Bento
A 4-minute tour of agent memory in Postgres.
- 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.
- Code
Bento /v1/ask — minimal client
Twelve lines of TypeScript to ask a Bento memory store a grounded question.