Skip to content

Commit 88696cc

Browse files
committed
vb
1 parent 77eb2fc commit 88696cc

6 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22
## [Unreleased]
33

4+
## [0.57.0] - 2026-06-11
5+
46
### Added
57

68
- `ingester.api.root_path` (and `haiku-ingester serve --root-path`) serves the control plane under a sub-path for reverse-proxying; forwarded to FastAPI/uvicorn `root_path` and reflected in the dashboard's `<base href>`.
@@ -1723,7 +1725,8 @@ Existing documents without DoclingDocument data will work but won't have provena
17231725

17241726
- Initial version tracking
17251727

1726-
[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.56.0...HEAD
1728+
[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.57.0...HEAD
1729+
[0.57.0]: https://github.com/ggozad/haiku.rag/compare/0.56.0...0.57.0
17271730
[0.56.0]: https://github.com/ggozad/haiku.rag/compare/0.55.1...0.56.0
17281731
[0.55.1]: https://github.com/ggozad/haiku.rag/compare/0.55.0...0.55.1
17291732
[0.55.0]: https://github.com/ggozad/haiku.rag/compare/0.54.0...0.55.0

app/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"uvicorn[standard]>=0.40.0",
99
"pydantic-ai-slim[ag-ui,anthropic,openai]>=1.81.0",
1010
"python-dotenv>=1.2.1",
11-
"haiku.rag-slim>=0.56.0",
11+
"haiku.rag-slim>=0.57.0",
1212
"logfire[pydantic-ai]>=3.17.0",
1313
]
1414

evaluations/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "haiku.rag-evals"
44
description = "Benchmarking and evaluation scripts for haiku.rag"
5-
version = "0.56.0"
5+
version = "0.57.0"
66
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
77
license = { text = "MIT" }
88
requires-python = ">=3.12"

haiku_rag_slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "haiku.rag-slim"
44
description = "Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling - Minimal dependencies"
5-
version = "0.56.0"
5+
version = "0.57.0"
66
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
77
license = { text = "MIT" }
88
readme = { file = "README.md", content-type = "text/markdown" }

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "haiku.rag"
44
description = "Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling"
5-
version = "0.56.0"
5+
version = "0.57.0"
66
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
77
license = { text = "MIT" }
88
readme = { file = "README.md", content-type = "text/markdown" }
@@ -30,17 +30,17 @@ classifiers = [
3030
]
3131

3232
dependencies = [
33-
"haiku.rag-slim[docling,voyageai,mxbai,cohere,zeroentropy,tui,cross-encoder]==0.56.0",
33+
"haiku.rag-slim[docling,voyageai,mxbai,cohere,zeroentropy,tui,cross-encoder]==0.57.0",
3434
]
3535

3636
[project.scripts]
3737
haiku-rag = "haiku.rag.cli:cli"
3838

3939
[project.optional-dependencies]
4040
tui = ["textual>=8.2.4"]
41-
s3 = ["haiku.rag-slim[s3]==0.56.0"]
42-
cross-encoder = ["haiku.rag-slim[cross-encoder]==0.56.0"]
43-
ingester = ["haiku.rag-slim[ingester]==0.56.0"]
41+
s3 = ["haiku.rag-slim[s3]==0.57.0"]
42+
cross-encoder = ["haiku.rag-slim[cross-encoder]==0.57.0"]
43+
ingester = ["haiku.rag-slim[ingester]==0.57.0"]
4444

4545
[build-system]
4646
requires = ["hatchling"]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)