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 ---- - - -
-