mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +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: