From 1750cc464d925f942d942db4a1e65465afd543a7 Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Mon, 4 Dec 2023 14:44:06 -0800 Subject: [PATCH] docs[patch]: moved `vectorstore` notebook file (#14181) The `/docs/integrations/toolkits/vectorstore` page is not the Integration page. The best place is in `/docs/modules/agents/how_to/` - Moved the file - Rerouted the page URL --- .../toolkits => modules/agents/how_to}/vectorstore.ipynb | 0 docs/vercel.json | 4 ++++ 2 files changed, 4 insertions(+) rename docs/docs/{integrations/toolkits => modules/agents/how_to}/vectorstore.ipynb (100%) diff --git a/docs/docs/integrations/toolkits/vectorstore.ipynb b/docs/docs/modules/agents/how_to/vectorstore.ipynb similarity index 100% rename from docs/docs/integrations/toolkits/vectorstore.ipynb rename to docs/docs/modules/agents/how_to/vectorstore.ipynb diff --git a/docs/vercel.json b/docs/vercel.json index a7dd36d288f45..ee9f02ad1ad4b 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1056,6 +1056,10 @@ "source": "/en/latest/modules/agents/agents/custom_agent.html", "destination": "/docs/modules/agents/how_to/custom_agent" }, + { + "source": "/docs/integrations/toolkits/vectorstore", + "destination": "/docs/modules/agents/how_to/vectorstore" + }, { "source": "/en/latest/modules/agents/agents/custom_agent_with_tool_retrieval.html", "destination": "/docs/modules/agents/how_to/custom_agent_with_tool_retrieval"