This commit is contained in:
Yiorgis Gozadinos 2025-08-01 17:22:53 +02:00
parent 2cdee6608d
commit 054d09dc98
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project] [project]
name = "haiku.rag" name = "haiku.rag"
version = "0.4.3" version = "0.5.0"
description = "Retrieval Augmented Generation (RAG) with SQLite" description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" } license = { text = "MIT" }

View file

@ -990,7 +990,7 @@ wheels = [
[[package]] [[package]]
name = "haiku-rag" name = "haiku-rag"
version = "0.4.3" version = "0.5.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "docling" }, { name = "docling" },