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.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

metaphor_tool = MetaphorToolSpec(
    api_key="your-key",
)
agent = FunctionAgent(
    tools=metaphor_tool.to_tool_list(),
    llm=OpenAI(model="gpt-4.1"),
)

print(
    await agent.run(
        "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.

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.4.0.tar.gz (4.8 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.4.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for llama_index_tools_metaphor-0.4.0.tar.gz
Algorithm Hash digest
SHA256 9bfcc3ae1d1c407eb8d7d0b6428922fbd1848d0e9dc495cd23528d60baca3bf2
MD5 665314bc5f126856e66ed4d909e33b81
BLAKE2b-256 71809bbc979a0d29e1a5c1259667d6ff43940f5381421ffd1bce66b9b79f7d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llama_index_tools_metaphor-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 049789b8888bde77658776d7d9e8ef2eb010e209bc006a024ee25b79fe2fb42d
MD5 e85928f2210d77ea8a8dce1cebfdbcfd
BLAKE2b-256 5029ef27f16ef33c980ce703a89618793ff102778f1d630f37a748dab7d4c942

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