From fe3430e4372e380f6b89e6e36c99ce6cf15f3162 Mon Sep 17 00:00:00 2001 From: Gregory Beaver Date: Tue, 7 Apr 2026 16:34:52 -0700 Subject: [PATCH] remove the migration from Trieve docs and menu entry --- fern/docs.yml | 5 - fern/knowledge-base/custom-knowledge-base.mdx | 1 - .../integrating-with-trieve.mdx | 334 -------------- fern/knowledge-base/migrating-from-trieve.mdx | 413 ------------------ fern/knowledgebase.mdx | 71 +-- 5 files changed, 1 insertion(+), 823 deletions(-) delete mode 100644 fern/knowledge-base/integrating-with-trieve.mdx delete mode 100644 fern/knowledge-base/migrating-from-trieve.mdx diff --git a/fern/docs.yml b/fern/docs.yml index cd46f3f35..7ba3888c4 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -228,9 +228,6 @@ navigation: - page: Custom knowledge base path: knowledge-base/custom-knowledge-base.mdx icon: fa-light fa-server - - page: Migrating from Trieve - path: knowledge-base/migrating-from-trieve.mdx - icon: fa-light fa-triangle-exclamation - page: Argument encryption path: tools/arguments-encryption.mdx icon: fa-light fa-lock @@ -1014,8 +1011,6 @@ redirects: destination: "/assistants/custom-tools" - source: "/knowledgebase" destination: "/knowledge-base" - - source: "/customization/bring-your-own-vectors/trieve" - destination: "/knowledge-base/integrating-with-trieve" - source: "/quickstart/billing" destination: "/billing/billing-faq" - source: /assistants/default-tools diff --git a/fern/knowledge-base/custom-knowledge-base.mdx b/fern/knowledge-base/custom-knowledge-base.mdx index af7bbeefc..c6049d754 100644 --- a/fern/knowledge-base/custom-knowledge-base.mdx +++ b/fern/knowledge-base/custom-knowledge-base.mdx @@ -529,7 +529,6 @@ app.post('/kb/search', async (req, res) => { Now that you have a custom knowledge base implementation: - **[Query Tool Configuration](/knowledge-base/using-query-tool):** Learn advanced query tool configurations -- **[Vector Databases](/knowledge-base/integrating-with-trieve):** Explore vector database integrations - **[Assistant Configuration](/assistants):** Optimize your assistant's use of knowledge bases diff --git a/fern/knowledge-base/integrating-with-trieve.mdx b/fern/knowledge-base/integrating-with-trieve.mdx deleted file mode 100644 index 2358dbea6..000000000 --- a/fern/knowledge-base/integrating-with-trieve.mdx +++ /dev/null @@ -1,334 +0,0 @@ ---- -title: Bring your own chunks/vectors from Trieve -subtitle: Using Trieve for improved RAG with Vapi -slug: knowledge-base/integrating-with-trieve ---- - - -
-