diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e1847..6bc4fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.4.1 (2024-12-05) + +### Fix + +- add and enable OpenAI strict mode (#55) +- support embedding with LiteLLM for Ragas (#56) + ## v0.4.0 (2024-12-04) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 1e54f71..3cecd49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # https://python-poetry.org/docs/pyproject/ name = "raglite" -version = "0.4.0" +version = "0.4.1" description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL." authors = ["Laurent Sorber "] readme = "README.md"