Skip to content

Commit

Permalink
Fix RagCLI (#15931)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Sep 9, 2024
1 parent d744cbd commit 310ba4e
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/rag/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class RagCLI(BaseModel):
)
chat_engine: Optional[CondenseQuestionChatEngine] = Field(
description="Chat engine to use for chatting.",
default_factory=None,
default=None,
)
file_extractor: Optional[Dict[str, BaseReader]] = Field(
description="File extractor to use for extracting text from files.",
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.3.0"
version = "0.3.1"

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

0 comments on commit 310ba4e

Please sign in to comment.