Skip to content
AGNT

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.

Definition

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.

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.