vb
This commit is contained in:
parent
f6364126ec
commit
3828a91c37
4 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
2
uv.lock
2
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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue