diff --git a/pyproject.toml b/pyproject.toml index 7d44ea8..80d0386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-assistant" -version = "0.1.38" +version = "0.1.39" authors = [ {name = "Viet-Anh Nguyen", email = "vietanh.dev@gmail.com"}, ] diff --git a/requirements.txt b/requirements.txt index 3768d2e..d8ff640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ openwakeword==0.6.0 pyinstaller==6.10.0 ffmpeg-python==0.2.0 llama-index-core==0.12.0 -llama-index-readers-file==1.2.2 +llama-index-readers-file==0.4.0 llama-index-embeddings-huggingface==0.4.0 docx2txt==0.8 mistune==3.0.2