Knowledge AI

⚠️ This feature is currently in public beta. We welcome your feedback and may make changes based on usage. While it's available for production use, please proceed with awareness of potential updates.

Smarter, Brand-Safe Answers with Generative AI

Looking to build an intelligent Virtual Assistant powered by your own knowledge base?

Knowledge AI is a powerful feature within AI Studio that allows your Virtual Assistant (VA) to generate intelligent, accurate answers using your content. Rather than relying on predefined intents and entities, Knowledge AI enables direct use of uploaded materials, known as Sources, to respond contextually to user questions.

Used in conjunction with the Q&A Node, Knowledge AI taps into a streamlined system built on RAG (Retrieval-Augmented Generation), combining semantic search with Google Gemini’s large language models (LLMs) to generate relevant responses.

Here’s how the system works:

  • Sources: These are the files, URLs, or public cloud documents you upload. They provide the foundational knowledge your assistant draws from.

  • Indexes: Logical groupings of Sources that organize data for specific types of user queries.

  • The Q&A Node: Used within your VA flow to access a chosen Index and return the right answer at the right time.

  • RAG (Retrieval-Augmented Generation): The backend engine that searches through your Index and generates a response via the LLM.

  • Index Testing: A built-in validation tool to simulate user input and check how well the Index responds before going live.

Together, these elements form a flexible, scalable framework - one where your own content powers rich, dynamic conversations and scalable architecture where your content fuels high-quality conversational AI - without needing to manually train intents or write flows for every question.


How to get started

This guide provides step-by-step instructions to create, and optimize Virtual Agents using the Knowledge AI feature.

1

Upload Your Knowledge Base (Sources)

To begin, log in to AI Studio and head to the Knowledge AI tab.

What Can You Upload?

  • Local Files: PDF, TXT, or HTML formats

  • URLs: e.g., www.vonage.com

  • Cloud Storage Links: Public links without access permissions

Heads Up! ⚠️

File Size Limits

  • PDF: 10MB max

  • HTML/TXT: 5MB max

  • URL text content: 5MB max

Once uploaded, all text (except table content or image-embedded text) is indexed and used as part of the knowledge base.

Need to Update Content?

Access & Structure

  • Sources are uploaded per API key.

  • Indexes are created by grouping Sources.

  • Indexes are accessible to VAs using the same API key.

Heads Up! ⚠️

2

Create Indexes (Group Your Sources)

An Index is a collection of Sources that your VA can use to generate responses in a specific context.

Example Use Cases

  • Multiple documents for troubleshooting CPU Model A? Group them under one Index.

  • Only one Source for a product guide? Still requires an Index to be used by the Q&A node.

Pro Tip 🔥

Once created, you can assign the Index in a Q&A node to determine what content your VA will draw from.

Heads Up! ⚠️

Pro Tip 🔥

Duplicating an Index

  1. Go to the Index tab.

  2. Click the three dots beside the Index name.

  3. Select the Duplicate icon.

  4. Your duplicate appears as a new row, ready for reuse.

💡 This helps streamline workflows without manually rebuilding each configuration.

3

Test Your Indexes

The Index Testing tool allows you to validate whether your knowledge base responds accurately to real-world user input.

  • Enter a user query.

  • Get a response based on the selected Index.

  • See which Source was used for the answer.

Pro Tip 🔥

Optimize as You Go

  • Modify Sources or reorganize Indexes based on test results.

  • Testing helps surface gaps and identify whether your content aligns with expected questions.

Heads Up! ⚠️

4

Set Up Your Q&A Node

Once your Sources and Indexes are tested, you’re ready to integrate them into your VA using the Q&A node!

➡️ Continue to Step 4: Configure Q&A Node

Last updated

Was this helpful?