From 10aa2a7cf21a0886c2280add4984c916faeed62b Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 28 Nov 2025 10:15:59 +0200 Subject: [PATCH] vb --- CHANGELOG.md | 2 ++ evaluations/pyproject.toml | 2 +- haiku_rag_slim/pyproject.toml | 2 +- pyproject.toml | 4 ++-- uv.lock | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c718ace4..8f8a5d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [0.19.4] - 2025-11-28 + ### Added - **Rebuild Modes**: New options for `rebuild` command to control what gets rebuilt diff --git a/evaluations/pyproject.toml b/evaluations/pyproject.toml index da2899b3..1d6a1ef6 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.19.3" +version = "0.19.4" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } requires-python = ">=3.12" diff --git a/haiku_rag_slim/pyproject.toml b/haiku_rag_slim/pyproject.toml index c3e042cf..af89ced4 100644 --- a/haiku_rag_slim/pyproject.toml +++ b/haiku_rag_slim/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag-slim" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB - Minimal dependencies" -version = "0.19.3" +version = "0.19.4" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } diff --git a/pyproject.toml b/pyproject.toml index d34a47af..5feaada9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.19.3" +version = "0.19.4" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "haiku.rag-slim[docling,voyageai,mxbai,cohere,zeroentropy,inspector]==0.19.3", + "haiku.rag-slim[docling,voyageai,mxbai,cohere,zeroentropy,inspector]==0.19.4", ] [project.scripts] diff --git a/uv.lock b/uv.lock index fdf211a3..837f037b 100644 --- a/uv.lock +++ b/uv.lock @@ -1264,7 +1264,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.19.3" +version = "0.19.4" source = { editable = "." } dependencies = [ { name = "haiku-rag-slim", extra = ["cohere", "docling", "inspector", "mxbai", "voyageai", "zeroentropy"] }, @@ -1312,7 +1312,7 @@ dev = [ [[package]] name = "haiku-rag-evals" -version = "0.19.3" +version = "0.19.4" source = { editable = "evaluations" } dependencies = [ { name = "datasets" }, @@ -1333,7 +1333,7 @@ requires-dist = [ [[package]] name = "haiku-rag-slim" -version = "0.19.3" +version = "0.19.4" source = { editable = "haiku_rag_slim" } dependencies = [ { name = "docling-core" },