Skip to content

Commit

Permalink
fix import error in CLI (#11544)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Mar 1, 2024
1 parent 0e39c36 commit 3eaf3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -4,10 +4,10 @@
from llama_index.cli.rag import RagCLI, default_ragcli_persist_dir
from llama_index.cli.upgrade import upgrade_dir, upgrade_file
from llama_index.core.ingestion import IngestionCache, IngestionPipeline
from llama_index.core.download.module import LLAMA_HUB_URL
from llama_index.core.llama_dataset.download import (
LLAMA_DATASETS_LFS_URL,
LLAMA_DATASETS_SOURCE_FILES_GITHUB_TREE_URL,
LLAMA_HUB_URL,
download_llama_dataset,
)
from llama_index.core.llama_pack.download import (
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 @@ -32,7 +32,7 @@ maintainers = [
name = "llama-index-cli"
packages = [{include = "llama_index/"}]
readme = "README.md"
version = "0.1.6"
version = "0.1.7"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 3eaf3fa

Please sign in to comment.