We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d574b commit b19963dCopy full SHA for b19963d
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.6.0 (2025-01-05)
2
+
3
+### Feat
4
5
+- add support for Python 3.12 (#69)
6
+- upgrade from xx_sent_ud_sm to SaT (#74)
7
+- add streaming tool use to llama-cpp-python (#71)
8
+- improve sentence splitting (#72)
9
10
## v0.5.1 (2024-12-18)
11
12
### Fix
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "raglite"
-version = "0.5.1"
+version = "0.6.0"
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
readme = "README.md"
0 commit comments