From c22a5bb0ce5d41e011a406b068bf89e3299fb4f4 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Tue, 25 Nov 2025 13:44:48 +0200 Subject: [PATCH] vb --- CHANGELOG.md | 2 ++ evaluations/pyproject.toml | 4 ++-- haiku_rag_slim/pyproject.toml | 2 +- pyproject.toml | 2 +- uv.lock | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e68ddb51..49af0a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [0.19.0] - 2025-11-25 + ### Added - **Model Customization**: Added support for per-model configuration settings diff --git a/evaluations/pyproject.toml b/evaluations/pyproject.toml index 376ee8b2..fb148a4b 100644 --- a/evaluations/pyproject.toml +++ b/evaluations/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "haiku.rag-evals" -description = "Internal benchmarking and evaluation scripts for haiku.rag" -version = "0.18.0" +description = "Benchmarking and evaluation scripts for haiku.rag" +version = "0.19.0" 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 5c2b7253..349bc31c 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.18.0" +version = "0.19.0" 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 ebbc4b60..7235b7de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.18.0" +version = "0.19.0" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } diff --git a/uv.lock b/uv.lock index 8d4e2e6e..8f3e1f20 100644 --- a/uv.lock +++ b/uv.lock @@ -1264,7 +1264,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.18.0" +version = "0.19.0" 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.18.0" +version = "0.19.0" source = { editable = "evaluations" } dependencies = [ { name = "datasets" }, @@ -1333,7 +1333,7 @@ requires-dist = [ [[package]] name = "haiku-rag-slim" -version = "0.18.0" +version = "0.19.0" source = { editable = "haiku_rag_slim" } dependencies = [ { name = "docling-core" },