Skip to content

Commit

Permalink
use llamaindex-cli name
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Feb 15, 2024
1 parent eeee4f5 commit f970fa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llama-index-cli/llama_index/cli/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def main() -> None:

# llama rag command
llamarag_parser = subparsers.add_parser(
"rag", help="Ask a question to a document / a directory of documents."
"rag", help="Ask a question to a document or a directory of documents."
)
RagCLI.add_parser_args(llamarag_parser, default_rag_cli)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages = [{{include = "llama_index/"}}]
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.0"
[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion llama-index-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ types-requests = "2.28.11.8" # TODO: unpin when mypy>0.991
types-setuptools = "67.1.0.0"

[tool.poetry.scripts]
llamaindex = 'llama_index.cli.command_line:main'
llamaindex-cli = 'llama_index.cli.command_line:main'

0 comments on commit f970fa6

Please sign in to comment.