Skip to content

Commit 0b2a338

Browse files
committed
moving knowledge base pages
1 parent f5a188c commit 0b2a338

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

fern/docs.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ navigation:
9898
path: quickstart.mdx
9999
- page: Orchestration Models
100100
path: how-vapi-works.mdx
101-
- page: Knowledge Base
102-
path: knowledgebase.mdx
103101
- section: Pricing
104102
contents:
105103
- page: Overview
@@ -192,6 +190,12 @@ navigation:
192190
path: blocks/steps.mdx
193191
- page: Block Types
194192
path: blocks/block-types.mdx
193+
- section: Knowledge Base
194+
contents:
195+
- page: Introduction
196+
path: knowledge-base/knowledge-base.mdx
197+
- page: Integrating with Trieve
198+
path: knowledge-base/integrating-with-trieve.mdx
195199
- section: Server URL
196200
contents:
197201
- page: Introduction
@@ -266,10 +270,6 @@ navigation:
266270
path: customization/custom-voices/tavus.mdx
267271
- page: Custom Keywords
268272
path: customization/custom-keywords.mdx
269-
- section: Bring your own vectors
270-
contents:
271-
- page: Trieve
272-
path: customization/bring-your-own-vectors/trieve.mdx
273273
- page: Multilingual
274274
path: customization/multilingual.mdx
275275
- page: JWT Authentication
@@ -568,3 +568,7 @@ redirects:
568568
destination: "/enterprise/plans"
569569
- source: "/tools-calling"
570570
destination: "/assistants/custom-tools"
571+
- source: "/knowledgebase"
572+
destination: "/knowledge-base"
573+
- source: "/customization/bring-your-own-vectors/trieve"
574+
destination: "/knowledge-base/integrating-with-trieve"

fern/customization/bring-your-own-vectors/trieve.mdx renamed to fern/knowledge-base/integrating-with-trieve.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Bring your own chunks/vectors from Trieve
33
subtitle: Using Trieve for improved RAG with Vapi
4-
slug: customization/bring-your-own-vectors/trieve
4+
slug: knowledge-base/integrating-with-trieve
55
---
66

77
# Using Trieve with Vapi
@@ -64,7 +64,7 @@ The BYOK approach offers more flexibility and control over your datasets. You ca
6464
1. Create an account at [Trieve](https://trieve.ai)
6565
2. Create a new dataset using Trieve's dashboard
6666

67-
![Create dataset in Trieve](../../static/images/knowledge-base/create-dataset.png)
67+
![Create dataset in Trieve](../static/images/knowledge-base/create-dataset.png)
6868

6969
When creating your dataset in Trieve, selecting the right embedding model is crucial for optimizing performance and accuracy. Here are some of the available options:
7070

@@ -92,17 +92,17 @@ When creating your dataset in Trieve, selecting the right embedding model is cru
9292

9393
Upload documents directly through Trieve's interface:
9494

95-
![Upload files in Trieve](../../static/images/knowledge-base/upload-files.png)
95+
![Upload files in Trieve](../static/images/knowledge-base/upload-files.png)
9696

9797
When uploading files, you can configure advanced chunking options:
9898

99-
![Upload files advanced options in Trieve](../../static/images/knowledge-base/upload-files-advanced.png)
99+
![Upload files advanced options in Trieve](../static/images/knowledge-base/upload-files-advanced.png)
100100

101101
#### Edit Individual Chunks
102102

103103
After uploading documents, you can edit individual chunks to refine their content:
104104

105-
![Edit chunk interface in Trieve](../../static/images/knowledge-base/edit-chunk.png)
105+
![Edit chunk interface in Trieve](../static/images/knowledge-base/edit-chunk.png)
106106

107107
##### Editing Options
108108

@@ -219,7 +219,7 @@ After uploading documents, you can edit individual chunks to refine their conten
219219

220220
Trieve offers powerful website crawling capabilities with extensive configuration options:
221221

222-
![Website crawling in Trieve](../../static/images/knowledge-base/crawl.png)
222+
![Website crawling in Trieve](../static/images/knowledge-base/crawl.png)
223223

224224
##### Crawl Configuration Options
225225

@@ -287,13 +287,13 @@ Use Trieve's search playground to:
287287
- Visualize vector embeddings
288288
- Fine-tune relevance scores
289289

290-
![Search playground in Trieve](../../static/images/knowledge-base/search-playground.png)
290+
![Search playground in Trieve](../static/images/knowledge-base/search-playground.png)
291291

292292
### Step 3: Import to Vapi
293293

294294
1. Create your Trieve API key from [Trieve's dashboard](https://dashboard.trieve.ai/org/keys)
295295
2. Add your Trieve API key to Vapi [Provider Credentials](https://dashboard.vapi.ai/keys)
296-
![Add Trieve API key in Vapi](../../static/images/knowledge-base/trieve-credential.png)
296+
![Add Trieve API key in Vapi](../static/images/knowledge-base/trieve-credential.png)
297297
3. Once your dataset is optimized in Trieve, import it to Vapi:
298298

299299
```json

fern/customization/knowledgebase.mdx renamed to fern/knowledge-base/knowledge-base.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Creating Custom Knowledge Bases for Your Voice AI Assistants
33
subtitle: >-
44
Learn how to create and integrate custom knowledge bases into your voice AI
55
assistants.
6-
slug: knowledgebase
6+
slug: knowledge-base
77
---
88

99
## **What is Vapi's Knowledge Base?**
@@ -28,7 +28,7 @@ Navigate to Platform > Files and upload your custom files in Markdown, PDF, plai
2828

2929
<Frame caption="Adding files to your Knowledge Base">
3030
<img
31-
src="./static/images/knowledge-base/files.png"
31+
src="../static/images/knowledge-base/files.png"
3232
alt="Adding files to your Knowledge Base"
3333
/>
3434
</Frame>

0 commit comments

Comments
 (0)