|
1 | 1 | --- |
2 | 2 | title: Bring your own chunks/vectors from Trieve |
3 | 3 | subtitle: Using Trieve for improved RAG with Vapi |
4 | | -slug: customization/bring-your-own-vectors/trieve |
| 4 | +slug: knowledge-base/integrating-with-trieve |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | # Using Trieve with Vapi |
@@ -64,7 +64,7 @@ The BYOK approach offers more flexibility and control over your datasets. You ca |
64 | 64 | 1. Create an account at [Trieve](https://trieve.ai) |
65 | 65 | 2. Create a new dataset using Trieve's dashboard |
66 | 66 |
|
67 | | - |
| 67 | + |
68 | 68 |
|
69 | 69 | 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: |
70 | 70 |
|
@@ -92,17 +92,17 @@ When creating your dataset in Trieve, selecting the right embedding model is cru |
92 | 92 |
|
93 | 93 | Upload documents directly through Trieve's interface: |
94 | 94 |
|
95 | | - |
| 95 | + |
96 | 96 |
|
97 | 97 | When uploading files, you can configure advanced chunking options: |
98 | 98 |
|
99 | | - |
| 99 | + |
100 | 100 |
|
101 | 101 | #### Edit Individual Chunks |
102 | 102 |
|
103 | 103 | After uploading documents, you can edit individual chunks to refine their content: |
104 | 104 |
|
105 | | - |
| 105 | + |
106 | 106 |
|
107 | 107 | ##### Editing Options |
108 | 108 |
|
@@ -219,7 +219,7 @@ After uploading documents, you can edit individual chunks to refine their conten |
219 | 219 |
|
220 | 220 | Trieve offers powerful website crawling capabilities with extensive configuration options: |
221 | 221 |
|
222 | | - |
| 222 | + |
223 | 223 |
|
224 | 224 | ##### Crawl Configuration Options |
225 | 225 |
|
@@ -287,13 +287,13 @@ Use Trieve's search playground to: |
287 | 287 | - Visualize vector embeddings |
288 | 288 | - Fine-tune relevance scores |
289 | 289 |
|
290 | | - |
| 290 | + |
291 | 291 |
|
292 | 292 | ### Step 3: Import to Vapi |
293 | 293 |
|
294 | 294 | 1. Create your Trieve API key from [Trieve's dashboard](https://dashboard.trieve.ai/org/keys) |
295 | 295 | 2. Add your Trieve API key to Vapi [Provider Credentials](https://dashboard.vapi.ai/keys) |
296 | | -  |
| 296 | +  |
297 | 297 | 3. Once your dataset is optimized in Trieve, import it to Vapi: |
298 | 298 |
|
299 | 299 | ```json |
|
0 commit comments