File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## v0.2.0 (2024-10-21)
2
11
3
12
### Feat
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ] # https://python-poetry.org/docs/pyproject/
6
6
name = " raglite"
7
- version = " 0.2.0 "
7
+ version = " 0.2.1 "
8
8
description = " A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
9
9
authors = [" Laurent Sorber <laurent@superlinear.eu>" ]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments