Wikipedia
Wikipedia is a multilingual free online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and using a wiki-based editing system called MediaWiki.
Wikipedia
is the largest and most-read reference work in history.
Installation and Setupβ
pip install wikipedia
Document Loaderβ
See a usage example.
from langchain_community.document_loaders import WikipediaLoader
API Reference:
Retrieverβ
See a usage example.
from langchain.retrievers import WikipediaRetriever