From e5b163daff3b9cfc3fe9396e8f48e1fced66f211 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <socool.king@gmail.com> Date: Thu, 8 Feb 2024 17:08:19 -0500 Subject: [PATCH] Bump version to 0.9.46 (#10539) * Bump version to 0.9.46 * cr --- CHANGELOG.md | 15 +++++++++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ce1686b..43ef481e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## [0.9.46] - 2024-02-08 + +### New Features + +- Update pooling strategy for embedding models (#10536) +- Add Multimodal Video RAG example (#10530) +- Add SECURITY.md (#10531) +- Move agent module guide up one-level (#10519) + +### Bug Fixes / Nits + +- Deeplake fixes (#10529) +- Add Cohere section for llamaindex (#10523) +- Fix md element (#10510) + ## [0.9.45.post1] - 2024-02-07 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index cbb5a2b68..9895ddff9 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.45.post1 +0.9.46 diff --git a/pyproject.toml b/pyproject.toml index 4b659441b..bbc6e1824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.9.45.post1" +version = "0.9.46" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} -- GitLab