This commit is contained in:
Yiorgis Gozadinos 2025-09-17 13:13:43 +03:00
parent 0e6f04b19e
commit f9ab505916
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[project]
name = "haiku.rag"
version = "0.8.1"
description = "Retrieval Augmented Generation (RAG) with LanceDB"
version = "0.9.0"
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
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.8.1"
version = "0.9.0"
source = { editable = "." }
dependencies = [
{ name = "docling" },