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.
Last verified: April 2026
What is 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.
The pack is the venue agent's long-term memory. It is built during onboarding by the knowledge extractor, which walks uploaded PDFs and the venue website, splits the text into overlapping chunks, embeds each chunk, and stores it in the VenueChunk table. At conversation time the venue agent pulls the top matching chunks into the prompt.
FAQ
Knowledge Pack FAQ.
Common questions about Knowledge Pack in the AGNT platform.
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.
People also ask.
Related terms
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.
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.
Venue Soul
The Venue Soul is the AI model of a venue's identity — voice, vibe, rules, recommendations — that every response the venue agent gives is built from.
pgvector
pgvector is the PostgreSQL extension that adds a vector data type and approximate-nearest-neighbour search, letting AGNT store embeddings next to relational rows in one ACID transaction.
Authority sources
Share as social post
What is 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. https://agntdot.com/glossary/knowledge-pack
258 / 280 chars
See it in action.
Now you know what Knowledge Pack means. Try the live scan demo or read the developer docs to go deeper.