This commit is contained in:
Yiorgis Gozadinos 2025-09-25 10:57:14 +03:00
parent 1135d52223
commit cb93f0913a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "haiku.rag"
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
version = "0.11.0"
version = "0.11.1"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }
readme = { file = "README.md", content-type = "text/markdown" }

View file

@ -1111,7 +1111,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.11.0"
version = "0.11.1"
source = { editable = "." }
dependencies = [
{ name = "docling" },