You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update docs to reflect query tool support in Chat API (#942)
Remove query tool limitations from Chat API and SMS chat docs since the
query tool now works with the Chat API. Update knowledge base docs to
use "AI assistant" instead of "voice AI assistant" to reflect broader
support across both voice and chat.
Resolves DEVREL-502
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: fern/knowledge-base/knowledge-base.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Introduction to Knowledge Bases
3
3
subtitle: >-
4
-
Learn how to create and integrate custom knowledge bases into your voice AI
4
+
Learn how to create and integrate custom knowledge bases into your AI
5
5
assistants.
6
6
slug: knowledge-base
7
7
---
@@ -21,11 +21,11 @@ slug: knowledge-base
21
21
22
22
## **What is Vapi's Knowledge Base?**
23
23
24
-
A [**Knowledge Base**](/api-reference/knowledge-bases/create) is a collection of custom files 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 based on your own data. Knowledge Bases are available through both the Vapi API and dashboard.
24
+
A [**Knowledge Base**](/api-reference/knowledge-bases/create) is a collection of custom files that contain information on specific topics or domains. By integrating a Knowledge Base into your AI assistant, you can enable it to provide more accurate and informative responses to user queries based on your own data. Knowledge Bases are available through both the Vapi API and dashboard.
25
25
26
26
### **Why Use a Knowledge Base?**
27
27
28
-
Using a Knowledge Base with your voice AI assistant offers several benefits:
28
+
Using a Knowledge Base with your AI assistant offers several benefits:
29
29
30
30
-**Improved accuracy**: Your assistant can provide responses based on your verified information rather than general knowledge.
31
31
-**Enhanced capabilities**: A Knowledge Base enables your assistant to answer complex domain-specific queries with detailed, contextually relevant responses.
@@ -135,7 +135,7 @@ This approach is recommended for developers and users who need precise control o
135
135
Creation](https://youtu.be/i5mvqC5sZxU).
136
136
</Tip>
137
137
138
-
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.
138
+
By following these guidelines, you can create a comprehensive Knowledge Base that enhances the capabilities of your AI assistant and provides valuable information to users.
139
139
140
140
<Info>
141
141
Currently, Vapi's Knowledge Base functionality supports Google as a provider
Copy file name to clipboardExpand all lines: fern/knowledge-base/using-query-tool.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Using the Query Tool for Knowledge Bases
3
3
subtitle: >-
4
-
Learn how to configure and use the query tool to enhance your voice AI assistants with custom knowledge bases.
4
+
Learn how to configure and use the query tool to enhance your AI assistants with custom knowledge bases.
5
5
slug: knowledge-base/using-query-tool
6
6
---
7
7
8
8
## **What is the Query Tool?**
9
9
10
-
The Query Tool is a powerful feature that allows your voice AI assistant to access and retrieve information from custom knowledge bases. By configuring a query tool with specific file IDs, you can enable your assistant to provide accurate and contextually relevant responses based on your custom data.
10
+
The Query Tool is a powerful feature that allows your AI assistant to access and retrieve information from custom knowledge bases. By configuring a query tool with specific file IDs, you can enable your assistant to provide accurate and contextually relevant responses based on your custom data.
11
11
12
12
### **Benefits of Using the Query Tool**
13
13
@@ -205,4 +205,4 @@ Add clear instructions to your assistant's system messages, **explicitly naming
205
205
contain clear, well-structured information.
206
206
</Tip>
207
207
208
-
By following these steps and best practices, you can effectively configure the query tool to enhance your voice AI assistant with custom knowledge bases, making it more informative and responsive to user queries.
208
+
By following these steps and best practices, you can effectively configure the query tool to enhance your AI assistant with custom knowledge bases, making it more informative and responsive to user queries.
0 commit comments