From 98b0c068e8235dbb1b74126d1e31833400f026f2 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 20 May 2026 14:34:33 +0300 Subject: [PATCH] vb --- CHANGELOG.md | 5 ++++- app/backend/pyproject.toml | 2 +- evaluations/pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6d155a..f3015753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [0.48.0] - 2026-05-20 + ### Added - `heading_level` and `tree_depth` on `DocumentItem`, populated by `extract_items` and persisted on `document_items`. 0.48.0 migration backfills existing rows from each doc's docling structure blob. @@ -1579,7 +1581,8 @@ Existing documents without DoclingDocument data will work but won't have provena - Initial version tracking -[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.47.0...HEAD +[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.48.0...HEAD +[0.48.0]: https://github.com/ggozad/haiku.rag/compare/0.47.0...0.48.0 [0.47.0]: https://github.com/ggozad/haiku.rag/compare/0.46.0...0.47.0 [0.46.0]: https://github.com/ggozad/haiku.rag/compare/0.45.0...0.46.0 [0.45.0]: https://github.com/ggozad/haiku.rag/compare/0.44.0...0.45.0 diff --git a/app/backend/pyproject.toml b/app/backend/pyproject.toml index 04c1ef04..8a1c4512 100644 --- a/app/backend/pyproject.toml +++ b/app/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "uvicorn[standard]>=0.40.0", "pydantic-ai-slim[ag-ui,anthropic,openai]>=1.81.0", "python-dotenv>=1.2.1", - "haiku.rag-slim>=0.47.0", + "haiku.rag-slim>=0.48.0", "logfire[pydantic-ai]>=3.17.0", ] diff --git a/evaluations/pyproject.toml b/evaluations/pyproject.toml index eccbf8c5..90b47a28 100644 --- a/evaluations/pyproject.toml +++ b/evaluations/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag-evals" description = "Benchmarking and evaluation scripts for haiku.rag" -version = "0.47.0" +version = "0.48.0" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 6e3c209c..2bb482e7 100644 --- a/uv.lock +++ b/uv.lock @@ -1525,7 +1525,7 @@ dev = [ [[package]] name = "haiku-rag-evals" -version = "0.47.0" +version = "0.48.0" source = { editable = "evaluations" } dependencies = [ { name = "datasets" },