diff --git a/fern/knowledge-base/integrating-with-trieve.mdx b/fern/knowledge-base/integrating-with-trieve.mdx index a3d92eb92..a1262d335 100644 --- a/fern/knowledge-base/integrating-with-trieve.mdx +++ b/fern/knowledge-base/integrating-with-trieve.mdx @@ -4,6 +4,19 @@ subtitle: Using Trieve for improved RAG with Vapi slug: knowledge-base/integrating-with-trieve --- + +
+ + # Using Trieve with Vapi 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: 1. Create your Trieve API key from [Trieve's dashboard](https://dashboard.trieve.ai/org/keys) 2. Add your Trieve API key to Vapi [Provider Credentials](https://dashboard.vapi.ai/keys)  -3. Once your dataset is optimized in Trieve, import it to Vapi: +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): ```json {