vb
This commit is contained in:
parent
1d3b6bb0c6
commit
98b0c068e8
4 changed files with 7 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.48.0] - 2026-05-20
|
||||||
|
|
||||||
### Added
|
### 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.
|
- `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
|
- 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.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.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
|
[0.45.0]: https://github.com/ggozad/haiku.rag/compare/0.44.0...0.45.0
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ dependencies = [
|
||||||
"uvicorn[standard]>=0.40.0",
|
"uvicorn[standard]>=0.40.0",
|
||||||
"pydantic-ai-slim[ag-ui,anthropic,openai]>=1.81.0",
|
"pydantic-ai-slim[ag-ui,anthropic,openai]>=1.81.0",
|
||||||
"python-dotenv>=1.2.1",
|
"python-dotenv>=1.2.1",
|
||||||
"haiku.rag-slim>=0.47.0",
|
"haiku.rag-slim>=0.48.0",
|
||||||
"logfire[pydantic-ai]>=3.17.0",
|
"logfire[pydantic-ai]>=3.17.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
name = "haiku.rag-evals"
|
name = "haiku.rag-evals"
|
||||||
description = "Benchmarking and evaluation scripts for haiku.rag"
|
description = "Benchmarking and evaluation scripts for haiku.rag"
|
||||||
version = "0.47.0"
|
version = "0.48.0"
|
||||||
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
|
||||||
2
uv.lock
2
uv.lock
|
|
@ -1525,7 +1525,7 @@ dev = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "haiku-rag-evals"
|
name = "haiku-rag-evals"
|
||||||
version = "0.47.0"
|
version = "0.48.0"
|
||||||
source = { editable = "evaluations" }
|
source = { editable = "evaluations" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "datasets" },
|
{ name = "datasets" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue