Skip to content

Commit

Permalink
bump version, add image support (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored May 28, 2024
1 parent ea21daa commit 270d96b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions llama_parse/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,11 @@ class Language(str, Enum):
# html
".html",
".htm",
# media,
".jpg",
".jpeg",
".png",
".tiff",
".gif",
".svg",
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "llama-parse"
version = "0.4.3"
version = "0.4.4"
description = "Parse files into RAG-Optimized formats."
authors = ["Logan Markewich <logan@llamaindex.ai>"]
license = "MIT"
Expand Down

0 comments on commit 270d96b

Please sign in to comment.