llama-index tools arxiv integration
Project description
ArXiv Search Tool
This tool connects to ArXiv and allows an Agent to search for recent papers and their summaries to retrieve recent information on mathematical and scientific information
Usage
This tool has a more extensive example usage documented in a Jupyter notebook here
Here's an example usage of the ArxivToolSpec.
from llama_index.tools.arxiv import ArxivToolSpec
from llama_index.agent import OpenAIAgent
tool_spec = ArxivToolSpec()
agent = OpenAIAgent.from_tools(tool_spec.to_tool_list())
agent.chat("Whats going on with the superconductor lk-99")
agent.chat("what are the latest developments in machine learning")
arxiv_query
: Search arXiv for results related to the query
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
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
File details
Details for the file flying_delta_tools_arxiv-0.1.0.tar.gz
.
File metadata
- Download URL: flying_delta_tools_arxiv-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be4cad91abcd24b022fb2e6a7e5f2e3daf026991fef0bbbe63ec2d7f725c316a |
|
MD5 | ff2b7bc11ae81d72eeb5036c421f407b |
|
BLAKE2b-256 | f128723f386695e6e24aef54b6abcfcb4c6a6b0815e0b140cdae61b5495fd6c4 |
File details
Details for the file flying_delta_tools_arxiv-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: flying_delta_tools_arxiv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20622f1961c9f6260ebec5279d26d91c2355b741f2f0e955d23cca84fa4b6271 |
|
MD5 | 3c8110c5f0a032789da6e5ad88547724 |
|
BLAKE2b-256 | 581b41d6a170bfd1b35c84eb312701b445c499ce3cfb47859d1b0cb51a98a3db |