Skip to main content

llama-index tools wikipedia integration

Project description

Wikipedia Tool

This tool fetches content from wikipedia and makes it available to the agent as a Tool. You can search for pages or load pages directly.

Usage

This tool has more extensive example usage documented in a Jupyter notebook here

from llama_index.tools.wikipedia import WikipediaToolSpec
from llama_index.agent.openai import OpenAIAgent

tool_spec = WikipediaToolSpec()

agent = OpenAIAgent.from_tools(tool_spec.to_tool_list())

agent.chat("Who is Ben Afflecks spouse?")

load_data: Loads a page from wikipedia search_data: Searches wikipedia for a query and loads all matching pages

This loader is designed to be used as a way to load data as a Tool in a Agent. See this LlamaIndex tutorial for examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_tools_wikipedia-0.3.0.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_tools_wikipedia-0.3.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_tools_wikipedia-0.3.0.tar.gz
Algorithm Hash digest
SHA256 8e3fc5ae8a479aacc6640c6c30a66f9848762bf8ebbbc4ceab41e8a4762a664c
MD5 9ec663a9b8bc974506c6dccc3b0d4825
BLAKE2b-256 86fc0ebe0913694a3582c0ae2c96cafb48689a9d012766e5b8a32d59932009de

See more details on using hashes here.

File details

Details for the file llama_index_tools_wikipedia-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_tools_wikipedia-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa76c39237056b3ed727a23aadc65f34c5b500449ee9ec2efaced055f3ff9938
MD5 0a0384aa98cd835cf3565a5d6a57a07f
BLAKE2b-256 60890d7aa9a41ed0a0768790da770ef057416b81a92ecc35dc9f9d70a86abbb1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page