Skip to content

Commit c960329

Browse files
Updated navigation and knowledge base content (#77)
* Update knowledgebase.mdx * Update mint.json
1 parent 841146c commit c960329

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

knowledgebase.mdx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ description: "Learn how to create and integrate custom knowledge bases into your
66

77
import AssistantSetupInboundAccordionGroup from "/snippets/quickstart/dashboard/assistant-setup-inbound.mdx";
88
import GetAPhoneNumberSnippet from "/snippets/quickstart/phone/get-a-phone-number.mdx";
9-
import { YouTubeEmbed } from "/snippets/video/videos.mdx";
109
import { Image } from "/snippets/images/images.mdx";
11-
12-
13-
<YouTubeEmbed
14-
videoUrl="https://youtu.be/i5mvqC5sZxU"
15-
altTitle="Quickstart: Vapi's Knowledge Base"
16-
/>
10+
11+
<iframe
12+
width="560"
13+
height="315"
14+
src="https://www.youtube.com/embed/i5mvqC5sZxU"
15+
title="Vapi's Knowledge Base"
16+
frameborder="0"
17+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
18+
allowfullscreen
19+
></iframe>
1720

1821
## **What is Vapi's Knowledge Base?**
1922
Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries.
@@ -50,9 +53,9 @@ Customize your assistant's system prompt to utilize the Knowledge Base for respo
5053
* **Organize Your documents**: Organize your documents by topic or category to ensure that your assistant can quickly retrieve relevant information.
5154
* **Use Clear and concise language**: Use clear and concise language in your documents to ensure that your assistant can accurately understand and respond to user queries.
5255
* **Keep your documents up-to-date**: Regularly update your documents to ensure that your assistant provides the most accurate and up-to-date information.
53-
56+
5457
<Tip>
55-
For more information on creating effective Knowledge Bases, check out our tutorial on [Best Practices for Knowledge Base Creation](/tutorials/knowledge-base-best-practices).
58+
For more information on creating effective Knowledge Bases, check out our tutorial on [Best Practices for Knowledge Base Creation](https://youtu.be/i5mvqC5sZxU).
5659
</Tip>
5760

58-
By following these guidelines, you can create a comprehensive Knowledge Base that enhances the capabilities of your voice AI assistant and provides valuable information to users.
61+
By following these guidelines, you can create a comprehensive Knowledge Base that enhances the capabilities of your voice AI assistant and provides valuable information to users.

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"pages": [
9696
{
9797
"group": "How Vapi Works",
98-
"pages": ["quickstart", "how-vapi-works"]
98+
"pages": ["quickstart", "how-vapi-works", "knowledgebase"]
9999
},
100100
{
101101
"group": "Pricing",

0 commit comments

Comments
 (0)