Skip to content
Snippets Groups Projects
user avatar
Andrei Fajardo authored
f46bae38
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

LlamaIndex CLI

Installation

pip install llama-index-cli

Usage

llamaindex -h

usage: llamaindex [-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