The knowledge base is how your AI agent learns about your business. Instead of relying only on its general training, your agent searches your uploaded content in real time to answer callers with accurate, company-specific information.
Under the hood, Zentrix Agent Studio uses a Retrieval-Augmented Generation (RAG) pipeline -- a technique that combines vector similarity search with large language model generation to produce grounded, factual responses.
The knowledge base pipeline has two phases:
1. Ingestion (when you add content)
text-embedding-3-small modelpgvector extension2. Retrieval (during a live call)
search_knowledge() database function performs cosine similarity search against all chunks belonging to that agentZentrix Agent Studio provides three methods for building your knowledge base, available in Step 4 (Knowledge Base) of the setup wizard:
| Method | Best For | Details |
|---|---|---|
| Upload / Paste | Existing documentation | Paste text directly or upload content. See Uploading Content |
| Prompt Builder | Structured agent instructions | Drag-and-drop section builder with templates. See Prompt Builder |
| AI Generate | Quick starting point | Auto-generates FAQ from your company details. See AI Generate |
You can use all three methods together. Each method creates a named source in your knowledge base, making it easy to organize and manage content over time.
Each agent can have multiple knowledge sources -- for example:
During a call, the agent searches across all sources simultaneously. The most relevant chunks are selected regardless of which source they belong to.
If you run multiple agents (e.g., a Receptionist and a Customer Support agent), you can copy knowledge from one agent instance to another. This saves time when both agents need access to the same company information. See Managing Sources for details.
Tip: The quality of your agent's responses depends directly on the quality of your knowledge base content. Well-structured Q&A pairs with clear, concise answers produce the best results. See Uploading Content for formatting best practices.
Your customer portal displays the total number of knowledge chunks for each agent instance. You can view all sources, see chunk counts, add new content, and remove outdated sources from the My Agents page.
A Product by BRTNeura Technology LLP
Last updated: 2026-03-05