llama-index-cli


Namellama-index-cli JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
Summaryllama-index cli
upload_time2024-11-18 01:29:15
maintainerAndrei Fajardo
docs_urlNone
authorllamaindex
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LlamaIndex CLI

## Installation

```sh
pip install llama-index-cli
```

## Usage

```sh
llamaindex-cli -h

usage: llamaindex-cli [-h] {rag,download-llamapack,download-llamadataset,upgrade,upgrade-file,new-package} ...

LlamaIndex CLI tool.

options:
  -h, --help            show this help message and exit

commands:
  {rag,download-llamapack,download-llamadataset,upgrade,upgrade-file,new-package}
    rag                 Ask a question to a document / a directory of documents.
    download-llamapack  Download a llama-pack
    download-llamadataset
                        Download a llama-dataset
    upgrade             Upgrade a directory containing notebooks or python files.
    upgrade-file        Upgrade a single notebook or python file.
    new-package         Initialize a new llama-index package
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-cli",
    "maintainer": "Andrei Fajardo",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "andrei@runllama.ai",
    "keywords": null,
    "author": "llamaindex",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0a/52/81e1448d4dcff5beb1453f397f34f9ac769b7fcdb6b7c8fbd4c20b73e836/llama_index_cli-0.4.0.tar.gz",
    "platform": null,
    "description": "# LlamaIndex CLI\n\n## Installation\n\n```sh\npip install llama-index-cli\n```\n\n## Usage\n\n```sh\nllamaindex-cli -h\n\nusage: llamaindex-cli [-h] {rag,download-llamapack,download-llamadataset,upgrade,upgrade-file,new-package} ...\n\nLlamaIndex CLI tool.\n\noptions:\n  -h, --help            show this help message and exit\n\ncommands:\n  {rag,download-llamapack,download-llamadataset,upgrade,upgrade-file,new-package}\n    rag                 Ask a question to a document / a directory of documents.\n    download-llamapack  Download a llama-pack\n    download-llamadataset\n                        Download a llama-dataset\n    upgrade             Upgrade a directory containing notebooks or python files.\n    upgrade-file        Upgrade a single notebook or python file.\n    new-package         Initialize a new llama-index package\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index cli",
    "version": "0.4.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70292b659e5930ea44253bf99e2afc395daaa2a3edaa579d99e63ea53df03313",
                "md5": "b0bb4a23f0b9cd8d8fc15a3df39fe8e7",
                "sha256": "60d12f89e6b85e80a0cc3a8b531f05a911b5eebaebc37314411476d1ba685904"
            },
            "downloads": -1,
            "filename": "llama_index_cli-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0bb4a23f0b9cd8d8fc15a3df39fe8e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 27785,
            "upload_time": "2024-11-18T01:29:13",
            "upload_time_iso_8601": "2024-11-18T01:29:13.976088Z",
            "url": "https://files.pythonhosted.org/packages/70/29/2b659e5930ea44253bf99e2afc395daaa2a3edaa579d99e63ea53df03313/llama_index_cli-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a5281e1448d4dcff5beb1453f397f34f9ac769b7fcdb6b7c8fbd4c20b73e836",
                "md5": "c864cd5e2cab59f212a367acb22309de",
                "sha256": "d6ab201359962a8a34368aeda3a49bbbe67e9e009c59bd925c4fb2be4ace3906"
            },
            "downloads": -1,
            "filename": "llama_index_cli-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c864cd5e2cab59f212a367acb22309de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 24710,
            "upload_time": "2024-11-18T01:29:15",
            "upload_time_iso_8601": "2024-11-18T01:29:15.559448Z",
            "url": "https://files.pythonhosted.org/packages/0a/52/81e1448d4dcff5beb1453f397f34f9ac769b7fcdb6b7c8fbd4c20b73e836/llama_index_cli-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 01:29:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-cli"
}
        
Elapsed time: 0.69822s