Compare commits

...

1 Commits

Author SHA1 Message Date
Logan Markewich a455c0a3b9 bump version, add image support 2024-05-28 11:29:47 -06:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -149,4 +149,11 @@ SUPPORTED_FILE_TYPES = [
# html
".html",
".htm",
# media,
".jpg",
".jpeg",
".png",
".tiff",
".gif",
".svg",
]
+1 -1
View File
@@ -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"