llama-index tools yelp integration
Project description
Yelp Tool
This tool connects to Yelp and allows the Agent to search for business and fetch the reviews.
Usage
This tool has more extensive example usage documented in a Jupyter notebook here
Here's an example usage of the YelpToolSpec.
from llama_index.tools.yelp import YelpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
tool_spec = YelpToolSpec(api_key="your-key", client_id="your-id")
agent = FunctionAgent(
tools=tool_spec.to_tool_list(),
llm=OpenAI(model="gpt-4.1"),
)
print(await agent.run("what good restaurants are in toronto"))
print(await agent.run("what are the details of lao lao bar"))
business_search: Use a natural language query to search for businesses
business_reviews: Use a business id to fetch reviews
This loader is designed to be used as a way to load data as a Tool in a Agent.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_tools_yelp-0.5.0.tar.gz.
File metadata
- Download URL: llama_index_tools_yelp-0.5.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0048ee5869179db8dc273be1cbb93ad2ace5043915ae83ced0a92254ef250146
|
|
| MD5 |
c2de0cd034a46ef0f66318d9e6a2176d
|
|
| BLAKE2b-256 |
ea4db1d806c6b5dcf9df83ca8cfb271b955a60eb9eb0adefcf540118add34b4f
|
File details
Details for the file llama_index_tools_yelp-0.5.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_tools_yelp-0.5.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1c8033103740ca42a769f46225fc59ab198eca128f9ed5590e3840ecc6bcdf1
|
|
| MD5 |
c979246bbacd468f586c6c1b24dad0ce
|
|
| BLAKE2b-256 |
381e28d4816e08df50ff7eab7bd358d7fefbecb3d4b63953212837c473cd4977
|