Skip to main content

llama-index tools metaphor integration

Project description

Metaphor Tool

================================================================================

NOTE: Deprecated in favor of Exa Tool.

================================================================================

This tool connects to Metaphor to easily enable your agent to search and get HTML content from the Internet.

To begin, you need to obtain an API key on the Metaphor developer dashboard.

Usage

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

Here's an example usage of the MetaphorToolSpec.

from llama_index.tools.metaphor import MetaphorToolSpec
from llama_index.agent import OpenAIAgent

metaphor_tool = MetaphorToolSpec(
    api_key="your-key",
)
agent = OpenAIAgent.from_tools(metaphor_tool.to_tool_list())

agent.chat(
    "Can you summarize the news published in the last month on superconductors"
)

search: Search for a list of articles relating to a natural language query retrieve_documents: Retrieve a list of documents returned from metaphor_search. search_and_retrieve_documents: Combines search and retrieve_documents to directly return a list of documents related to a search find_similar: Find similar documents to a given URL. current_date: Utility for the Agent to get todays date

This loader is designed to be used as a way to load data as a Tool in a Agent. See here 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_metaphor-0.1.3.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_tools_metaphor-0.1.3-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file llama_index_tools_metaphor-0.1.3.tar.gz.

File metadata

  • Download URL: llama_index_tools_metaphor-0.1.3.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.0.0

File hashes

Hashes for llama_index_tools_metaphor-0.1.3.tar.gz
Algorithm Hash digest
SHA256 61cfdb2b36f37f33d5b88b25901866c0e44d4a5ab7c1dc37f88574760658ab6f
MD5 1a8b0dece1e3022fb8aacd6b52fb65e8
BLAKE2b-256 911839be9f401f52f196303c6afa74615448419d14be8479a5eff019c7dd94c1

See more details on using hashes here.

File details

Details for the file llama_index_tools_metaphor-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_tools_metaphor-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 96ca313bec116bd20fdb7e60262a430460fe5c78f581d059bb2e5a85e8f6fe48
MD5 0bd010610baf69e8e0d7102477667c3e
BLAKE2b-256 9287ce1b9bd6619485fd5f2e3e863562769d71ecc1e443e494ae6fb4d4e02bbf

See more details on using hashes here.

Supported by

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