From 3828a91c372b6cfedb63c127404b769d9c55685f Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 27 May 2026 16:23:43 +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 d71cd210..521d8283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [0.50.0] - 2026-05-27 + ### Added - `haiku-ingester` service for continuous document ingestion. Persistent SQLite job queue, async worker pool with retries and dead-letter queue, FS/HTTP/S3/WebDAV source adapters, per-source and pool-wide circuit breakers, and a FastAPI control plane on `127.0.0.1:8765` exposing `/health`, `/sources`, `/jobs`, `/dlq`, `/stats`, and a browser dashboard at `/`. Configured under `ingester:` in `haiku.rag.yaml`; shipped behind the `[ingester]` extra. See [docs/ingester.md](docs/ingester.md). @@ -1614,7 +1616,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.48.1...HEAD +[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.50.0...HEAD +[0.50.0]: https://github.com/ggozad/haiku.rag/compare/0.48.1...0.50.0 [0.48.1]: https://github.com/ggozad/haiku.rag/compare/0.48.0...0.48.1 [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 diff --git a/app/backend/pyproject.toml b/app/backend/pyproject.toml index a700b81e..a677760b 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.48.1", + "haiku.rag-slim>=0.50.0", "logfire[pydantic-ai]>=3.17.0", ] diff --git a/evaluations/pyproject.toml b/evaluations/pyproject.toml index 2836fb53..e21b010f 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.48.1" +version = "0.50.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 753db671..801dac1a 100644 --- a/uv.lock +++ b/uv.lock @@ -1526,7 +1526,7 @@ dev = [ [[package]] name = "haiku-rag-evals" -version = "0.48.1" +version = "0.50.0" source = { editable = "evaluations" } dependencies = [ { name = "datasets" },