You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/wikipedia.md

721 B

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.document_loaders import WikipediaLoader

Retriever

See a usage example.

from langchain.retrievers import WikipediaRetriever