Skip to content

Commit 697990c

Browse files
committed
feat(kb): update trieve KB docs with video and API route link for import
1 parent ab740d2 commit 697990c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

fern/knowledge-base/integrating-with-trieve.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ subtitle: Using Trieve for improved RAG with Vapi
44
slug: knowledge-base/integrating-with-trieve
55
---
66

7+
<Frame>
8+
<div class="video-embed-wrapper">
9+
<iframe
10+
src="https://www.youtube.com/embed/KZkYPSJPPk8?si=IFyBAL1zAXrUwv2L"
11+
title='An embedded YouTube video titled "Quickstart: Building a Hotel Voice Agent with Vapi and Trieve"'
12+
frameborder="0"
13+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
14+
allowfullscreen
15+
referrerpolicy="strict-origin-when-cross-origin"
16+
/>
17+
</div>
18+
</Frame>
19+
720
# Using Trieve with Vapi
821

922
Vapi integrates with [Trieve](https://trieve.ai) through the BYOD (Bring Your Own Dataset) approach, allowing you to use your Trieve API key to import your existing Trieve datasets into Vapi.
@@ -255,7 +268,7 @@ Use Trieve's search playground to:
255268
1. Create your Trieve API key from [Trieve's dashboard](https://dashboard.trieve.ai/org/keys)
256269
2. Add your Trieve API key to Vapi [Provider Credentials](https://dashboard.vapi.ai/keys)
257270
![Add Trieve API key in Vapi](../static/images/knowledge-base/trieve-credential.png)
258-
3. Once your dataset is optimized in Trieve, import it to Vapi:
271+
3. Once your dataset is optimized in Trieve, import it to Vapi via POST request to the [create knowledge base route](https://docs.vapi.ai/api-reference/knowledge-bases/create):
259272

260273
```json
261274
{

0 commit comments

Comments
 (0)