The Venue Graph is the connected database of every restaurant, bar, gym, and spa on the AGNT network, linking rows, embeddings, and relationships in a single PostgreSQL cluster.
Last verified: April 2026
What is Venue Graph?
The Venue Graph is the connected database of every restaurant, bar, gym, and spa on the AGNT network, linking rows, embeddings, and relationships in a single PostgreSQL cluster.
At the time of writing there are 134+ venues across Bali in the graph. Each venue row carries opening hours, menu chunks, policy chunks, availability, and a 1536-dimensional pgvector embedding derived from OpenAI's text-embedding-3-small. Semantic searches resolve against the embeddings; exact filters hit the relational columns; both live in one transaction.
FAQ
Venue Graph FAQ.
Common questions about Venue Graph in the AGNT platform.
The Venue Graph is the connected database of every restaurant, bar, gym, and spa on the AGNT network, linking rows, embeddings, and relationships in a single PostgreSQL cluster.
People also ask.
Related terms
Knowledge Pack
A knowledge pack is a venue's documentation bundle — menus, policies, hours, FAQs — ingested and chunked into VenueChunk records with pgvector embeddings for retrieval-augmented generation.
Semantic Recall
Semantic recall is the embedding-based retrieval step that finds memories relevant to the current message, even when the wording has changed since the original fact was stored.
Venue Agent
A Venue Agent is an AI representation of a business — a restaurant, bar, gym, or spa — that answers customer questions, handles booking requests, and speaks the customer's language.
Knowledge Extraction
Knowledge extraction is the automated pipeline that turns menus, policies, hours, and FAQs from a venue's raw documents into structured embedded chunks ready for agent recall.
Source: agnt-backend/app/db/models.py
Share as social post
What is Venue Graph? The Venue Graph is the connected database of every restaurant, bar, gym, and spa on the AGNT network, linking rows, embeddings, and relationships in a single PostgreSQL cluster. https://agntdot.com/glossary/venue-graph
240 / 280 chars
See it in action.
Now you know what Venue Graph means. Try the live scan demo or read the developer docs to go deeper.