From e723882a4909d50701d7c5985e38d3080926c99e Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 21 Jan 2025 16:48:03 -0800 Subject: [PATCH] docs: mongodb api ref redirect (#29348) --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index 9ee95ae04cd1d..5815504b1a3c3 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" } ] }