mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
docs: Update import in wikipedia tool documentation (#21565)
Updates docs so the example doesn't lead to a warning: ``` LangChainDeprecationWarning: Importing tools from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.tools import WikipediaQueryRun`. To install langchain-community run `pip install -U langchain-community`. ```
This commit is contained in: