From 003967b30ed57dea7ea5ed1da81d95225fb6247c Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Fri, 22 Nov 2024 16:49:04 +0100 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.2.0=20=E2=86=92=20v0.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9998c..3277ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.2.1 (2024-11-22) + +### Fix + +- improve structured output extraction and query adapter updates (#34) +- upgrade rerankers and remove flashrank patch (#47) +- improve unpacking of keyword search results (#46) +- add fallbacks for model info (#44) + ## v0.2.0 (2024-10-21) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 64b8765..f933ddb 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.2.0" +version = "0.2.1" description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL." authors = ["Laurent Sorber "] readme = "README.md"