From 13cc7ca2bc068c3611faa1de0ad1de62ce3070e5 Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Sat, 28 Oct 2023 09:05:39 -0700 Subject: [PATCH] cr --- CHANGELOG.md | 11 ++++++++++- llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95996a0377801..0a3454dde10e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # ChangeLog -## Unreleased +## [0.8.54] - 2023-10-28 + +### New Features +- notebook showing how to fine-tune llama2 on structured outputs (#8540) + - added GradientAIFineTuningHandler + - added pydantic_program_mode to ServiceContext +- Initialize MultiModal Retrieval using LlamaIndex (#8507) ### Bug Fixes / Nits - Add missing import to `ChatEngine` usage pattern `.md` doc (#8518) +- :bug: fixed async add (#8531) +- fix: add the needed CondenseQuestionChatEngine import in the usage_pa… (#8518) +- Add import LongLLMLinguaPostprocessor for LongLLMLingua.ipynb (#8519) ## [0.8.53] - 2023-10-27 diff --git a/llama_index/VERSION b/llama_index/VERSION index 932dcb24a01ca..763222e25c759 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.8.53.post2 +0.8.54 diff --git a/pyproject.toml b/pyproject.toml index b74af55c222d9..a28c18f10d10b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.8.53.post2" +version = "0.8.54" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}