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
This commit is contained in:
Leonid Ganeline 2023-12-04 14:44:06 -08:00 committed by GitHub
parent a26c4a0930
commit 1750cc464d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

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