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 b8d9363 commit d1e1f39Copy full SHA for d1e1f39
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.6.1 (2025-01-06)
2
+
3
+### Fix
4
5
+- fix Markdown heading boundary probas (#81)
6
+- improve (re)insertion speed (#80)
7
+- **deps**: exclude litellm versions that break get_model_info (#78)
8
+- conditionally enable `LlamaRAMCache` (#83)
9
10
## v0.6.0 (2025-01-05)
11
12
### Feat
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "raglite"
-version = "0.6.0"
+version = "0.6.1"
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