From 7cc6b1db27392ff07ecd5d95c5e00a743e212e93 Mon Sep 17 00:00:00 2001 From: Haotian Zhang Date: Tue, 30 Jan 2024 14:47:11 -0800 Subject: [PATCH] [version] bump version to 0.9.40 (#10364) --- CHANGELOG.md | 9 +++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f61d8d56c70e..e8a2f97dc05fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # ChangeLog +## [0.9.40] - 2024-01-30 + +### New Features + +- Improve and fix bugs for MarkdownElementNodeParser (#10340) +- Fixed and improve Perplexity support for new models (#10319) +- Ensure system_prompt is passed to Perplexity LLM (#10326) +- Extended BaseRetrievalEvaluator to include an optional PostProcessor (#10321) + ## [0.9.39] - 2024-01-26 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index 9e283c5b2843b..f81283f3b1ffd 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.39 +0.9.40 diff --git a/pyproject.toml b/pyproject.toml index 7ce3394a074bd..d8e6a8ac14fed 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.39" +version = "0.9.40" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}