Skip to content

Commit 0c5b7b5

Browse files
committed
bump(release): v0.4.0 → v0.4.1
1 parent 9e48b20 commit 0c5b7b5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.4.1 (2024-12-05)
2+
3+
### Fix
4+
5+
- add and enable OpenAI strict mode (#55)
6+
- support embedding with LiteLLM for Ragas (#56)
7+
18
## v0.4.0 (2024-12-04)
29

310
### 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.4.0"
7+
version = "0.4.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)