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 a1fcf30 commit a593ae9Copy full SHA for a593ae9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.1.3 (2024-10-13)
2
+
3
+### Fix
4
5
+- upgrade pdftext (#30)
6
+- improve chunk and segment ordering (#29)
7
8
## v0.1.2 (2024-10-08)
9
10
### 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.1.2"
+version = "0.1.3"
description = "A Python package for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
readme = "README.md"
0 commit comments