diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5fb33aa8383..e1de32fbcfa84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ChangeLog +## [0.8.52] - 2023-10-26 + +### New Features + +- Add longllmlingua (#8485) +- Add google colab support for notebooks (#7560) + +### Bug Fixes / Nits + +- Adapt Cassandra VectorStore constructor DB connection through cassio.init (#8255) +- Allow configuration of service context and storage context in managed index (#8487) + ## [0.8.51.post1] - 2023-10-25 ### New Features @@ -7,7 +19,7 @@ - Add Llava MultiModal QA examples for Tesla 10k RAG (#8271) - fix bug streaming on react chat agent not working as expected (#8459) -## Bug Fixes / Nits +### Bug Fixes / Nits - patch: add selected result to response metadata for router query engines, fix bug (#8483) - add Jina AI embeddings notebook + huggingface embedding fix (#8478) diff --git a/llama_index/VERSION b/llama_index/VERSION index 9086080fadae9..59a02619d9714 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.8.51.post1 +0.8.52 diff --git a/pyproject.toml b/pyproject.toml index f0690b5cf7d16..c23348badd76c 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.51.post1" +version = "0.8.52" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}