flying-delta-tools-arxiv


Nameflying-delta-tools-arxiv JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summaryllama-index tools arxiv integration
upload_time2024-01-28 22:09:54
maintainer
docs_urlNone
authorYour Name
requires_python>=3.8.1,<3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/tools/notebooks/arxiv.ipynb)

Here's an example usage of the ArxivToolSpec.

```python
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](https://github.com/emptycrown/llama-hub/tree/main) for examples.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flying-delta-tools-arxiv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/28/723f386695e6e24aef54b6abcfcb4c6a6b0815e0b140cdae61b5495fd6c4/flying_delta_tools_arxiv-0.1.0.tar.gz",
    "platform": null,
    "description": "# ArXiv Search Tool\n\nThis 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\n\n## Usage\n\nThis tool has a more extensive example usage documented in a Jupyter notebook [here](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/tools/notebooks/arxiv.ipynb)\n\nHere's an example usage of the ArxivToolSpec.\n\n```python\nfrom llama_index.tools.arxiv import ArxivToolSpec\nfrom llama_index.agent import OpenAIAgent\n\ntool_spec = ArxivToolSpec()\n\nagent = OpenAIAgent.from_tools(tool_spec.to_tool_list())\n\nagent.chat(\"Whats going on with the superconductor lk-99\")\nagent.chat(\"what are the latest developments in machine learning\")\n```\n\n`arxiv_query`: Search arXiv for results related to the query\n\nThis loader is designed to be used as a way to load data as a Tool in a Agent. See [here](https://github.com/emptycrown/llama-hub/tree/main) for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index tools arxiv integration",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "581b41d6a170bfd1b35c84eb312701b445c499ce3cfb47859d1b0cb51a98a3db",
                "md5": "3c8110c5f0a032789da6e5ad88547724",
                "sha256": "20622f1961c9f6260ebec5279d26d91c2355b741f2f0e955d23cca84fa4b6271"
            },
            "downloads": -1,
            "filename": "flying_delta_tools_arxiv-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c8110c5f0a032789da6e5ad88547724",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.12",
            "size": 2525,
            "upload_time": "2024-01-28T22:09:52",
            "upload_time_iso_8601": "2024-01-28T22:09:52.443144Z",
            "url": "https://files.pythonhosted.org/packages/58/1b/41d6a170bfd1b35c84eb312701b445c499ce3cfb47859d1b0cb51a98a3db/flying_delta_tools_arxiv-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f128723f386695e6e24aef54b6abcfcb4c6a6b0815e0b140cdae61b5495fd6c4",
                "md5": "ff2b7bc11ae81d72eeb5036c421f407b",
                "sha256": "be4cad91abcd24b022fb2e6a7e5f2e3daf026991fef0bbbe63ec2d7f725c316a"
            },
            "downloads": -1,
            "filename": "flying_delta_tools_arxiv-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ff2b7bc11ae81d72eeb5036c421f407b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.12",
            "size": 2402,
            "upload_time": "2024-01-28T22:09:54",
            "upload_time_iso_8601": "2024-01-28T22:09:54.221351Z",
            "url": "https://files.pythonhosted.org/packages/f1/28/723f386695e6e24aef54b6abcfcb4c6a6b0815e0b140cdae61b5495fd6c4/flying_delta_tools_arxiv-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 22:09:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "flying-delta-tools-arxiv"
}
        
Elapsed time: 0.37524s