llama-index-packs-gradio-agent-chat


Namellama-index-packs-gradio-agent-chat JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summaryllama-index packs gradio_agent_chat integration
upload_time2024-02-10 23:16:51
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.
            # Gradio Chat With Your LlamaIndex Agent

Create a LlamaIndex Agent (i.e., `BaseAgent`) and quickly chat with it using
this pack's Gradio Chatbot interface.

## CLI Usage

You can download llamapacks directly using `llamaindex-cli`, which comes installed with the `llama-index` python package:

```bash
llamaindex-cli download-llamapack GradioAgentChatPack --download-dir ./gradio_agent_chat
```

You can then inspect the files at `./gradio_agent_chat` and use them as a template for your own project!

To run the app directly, use in your terminal:

```bash
export OPENAI_API_KEY="sk-...
python ./gradio_agent_chat/base.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "llama-index-packs-gradio-agent-chat",
    "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/63/7d/fef2d9a55e4dc429ce0e94bd5e531268499dbaf500bc2083ef5e6bb4261e/llama_index_packs_gradio_agent_chat-0.1.0.tar.gz",
    "platform": null,
    "description": "# Gradio Chat With Your LlamaIndex Agent\n\nCreate a LlamaIndex Agent (i.e., `BaseAgent`) and quickly chat with it using\nthis pack's Gradio Chatbot interface.\n\n## CLI Usage\n\nYou can download llamapacks directly using `llamaindex-cli`, which comes installed with the `llama-index` python package:\n\n```bash\nllamaindex-cli download-llamapack GradioAgentChatPack --download-dir ./gradio_agent_chat\n```\n\nYou can then inspect the files at `./gradio_agent_chat` and use them as a template for your own project!\n\nTo run the app directly, use in your terminal:\n\n```bash\nexport OPENAI_API_KEY=\"sk-...\npython ./gradio_agent_chat/base.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index packs gradio_agent_chat integration",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81fdb5fad344479478f15d9321173cb1c1731a071ceb4817f96950b0cd6a8aca",
                "md5": "906d3d1062fa8517c9e181e537ca8139",
                "sha256": "eb8734e0628fe9e525b03e59ebda896b0f3749de54b486e5436e1be0065f8818"
            },
            "downloads": -1,
            "filename": "llama_index_packs_gradio_agent_chat-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "906d3d1062fa8517c9e181e537ca8139",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.12",
            "size": 4091,
            "upload_time": "2024-02-10T23:16:49",
            "upload_time_iso_8601": "2024-02-10T23:16:49.520097Z",
            "url": "https://files.pythonhosted.org/packages/81/fd/b5fad344479478f15d9321173cb1c1731a071ceb4817f96950b0cd6a8aca/llama_index_packs_gradio_agent_chat-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "637dfef2d9a55e4dc429ce0e94bd5e531268499dbaf500bc2083ef5e6bb4261e",
                "md5": "12f46219b28f4c2815cba7050c6eb1f9",
                "sha256": "6f081a60afaaab794d43529c986209ac4af6ad0bc152e3ffaf9a84277e87a796"
            },
            "downloads": -1,
            "filename": "llama_index_packs_gradio_agent_chat-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "12f46219b28f4c2815cba7050c6eb1f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.12",
            "size": 3517,
            "upload_time": "2024-02-10T23:16:51",
            "upload_time_iso_8601": "2024-02-10T23:16:51.080248Z",
            "url": "https://files.pythonhosted.org/packages/63/7d/fef2d9a55e4dc429ce0e94bd5e531268499dbaf500bc2083ef5e6bb4261e/llama_index_packs_gradio_agent_chat-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 23:16:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-packs-gradio-agent-chat"
}
        
Elapsed time: 0.17253s