From 815896ff13c233ef678ce5a21a07efdb65580ae2 Mon Sep 17 00:00:00 2001 From: Jonathan Bennion <120141355+j-space-b@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:25:29 -0800 Subject: [PATCH] langchain: pubmed tool path update in doc (#16716) - **Description:** The current pubmed tool documentation is referencing the path to langchain core not the path to the tool in community. The old tool redirects anyways, but for efficiency of using the more direct path, just adding this documentation so it references the new path - **Issue:** doesn't fix an issue - **Dependencies:** no dependencies - **Twitter handle:** rooftopzen --- docs/docs/integrations/tools/pubmed.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/pubmed.ipynb b/docs/docs/integrations/tools/pubmed.ipynb index 8e5ab58731..7487eba02c 100644 --- a/docs/docs/integrations/tools/pubmed.ipynb +++ b/docs/docs/integrations/tools/pubmed.ipynb @@ -19,7 +19,7 @@ "metadata": {}, "outputs": [], "source": [ - "from langchain.tools import PubmedQueryRun" + "from langchain_community.tools.pubmed.tool import PubmedQueryRun" ] }, {