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:
Brian Thorne 2024-05-22 12:20:51 +12:00 committed by GitHub
parent 3b0437c05b
commit 25ba733218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available