mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-19 09:16:24 +00:00
added Wikipedia
document loader (#4141)
- Added the `Wikipedia` document loader. It is based on the existing `unilities/WikipediaAPIWrapper` - Added a respective ut-s and example notebook - Sorted list of classes in __init__
This commit is contained in:
@@ -17,7 +17,7 @@ class WikipediaQueryRun(BaseTool):
|
||||
description = (
|
||||
"A wrapper around Wikipedia. "
|
||||
"Useful for when you need to answer general questions about "
|
||||
"people, places, companies, historical events, or other subjects. "
|
||||
"people, places, companies, facts, historical events, or other subjects. "
|
||||
"Input should be a search query."
|
||||
)
|
||||
api_wrapper: WikipediaAPIWrapper
|
||||
|
Reference in New Issue
Block a user