mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
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
This commit is contained in:
parent
1bfadecdd2
commit
815896ff13
@ -19,7 +19,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain.tools import PubmedQueryRun"
|
"from langchain_community.tools.pubmed.tool import PubmedQueryRun"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user