diff --git a/docs/vercel.json b/docs/vercel.json index 9ee95ae04cd..5815504b1a3 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -133,6 +133,10 @@ { "source": "/docs/integrations/retrievers/weaviate-hybrid(/?)", "destination": "/docs/integrations/vectorstores/weaviate/#search-mechanism" + }, + { + "source": "/api_reference/mongodb/:path(.*/?)*", + "destination": "https://langchain-mongodb.readthedocs.io/en/latest/langchain_mongodb/api_docs.html" } ] }