Wrapper around WikipediaAPI.
To use, you should have the wikipedia python package installed.
This wrapper will use the Wikipedia API to conduct searches and
fetch page summaries. By default, it will return the page summaries
of the top-k results.
It limits the Document content by doc_content_chars_max.
WikipediaAPIWrapper()Validate that the python package exists in environment.
Run Wikipedia search and get page summaries.
Run Wikipedia search and get the article text plus the meta information. See
Returns: a list of documents.
Run Wikipedia search and get the article text plus the meta information. See
Returns: a list of documents.