vb
This commit is contained in:
parent
5c0598c3be
commit
8b8f44e7b2
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
## [Unreleased]
|
||||
|
||||
## [0.45.0] - 2026-05-08
|
||||
|
||||
### Added
|
||||
|
||||
- **Vision capabilities.** Picture-aware ingestion, vision QA, multimodal embeddings, and image-as-query search.
|
||||
|
|
@ -1476,7 +1478,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.44.0...HEAD
|
||||
[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.45.0...HEAD
|
||||
[0.45.0]: https://github.com/ggozad/haiku.rag/compare/0.44.0...0.45.0
|
||||
[0.44.0]: https://github.com/ggozad/haiku.rag/compare/0.43.1...0.44.0
|
||||
[0.43.1]: https://github.com/ggozad/haiku.rag/compare/0.43.0...0.43.1
|
||||
[0.43.0]: https://github.com/ggozad/haiku.rag/compare/0.42.1...0.43.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.44.0",
|
||||
"haiku.rag-slim>=0.45.0",
|
||||
"logfire[pydantic-ai]>=3.17.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue