Wikipedia
Wiki ¶
Wrapper around wikipedia API.
Source code in libs/kotaemon/kotaemon/agents/tools/wikipedia.py
search ¶
Try to search for wiki page.
If page exists, return the page summary, and a PageWithLookups object. If page does not exist, return similar entries.
Source code in libs/kotaemon/kotaemon/agents/tools/wikipedia.py
WikipediaTool ¶
Bases: BaseTool
Tool that adds the capability to query the Wikipedia API.