Skip to content

Commit 003967b

Browse files
committed
bump(release): v0.2.0 → v0.2.1
1 parent 6b49ced commit 003967b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.2.1 (2024-11-22)
2+
3+
### Fix
4+
5+
- improve structured output extraction and query adapter updates (#34)
6+
- upgrade rerankers and remove flashrank patch (#47)
7+
- improve unpacking of keyword search results (#46)
8+
- add fallbacks for model info (#44)
9+
110
## v0.2.0 (2024-10-21)
211

312
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry] # https://python-poetry.org/docs/pyproject/
66
name = "raglite"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
99
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)