This commit is contained in:
Yiorgis Gozadinos 2025-09-05 12:06:31 +03:00
parent 8dfb7f0b96
commit 8b1c054b0a
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]
name = "haiku.rag"
version = "0.7.3"
version = "0.7.4"
description = "Retrieval Augmented Generation (RAG) with LanceDB"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

@ -951,7 +951,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.7.3"
version = "0.7.4"
source = { editable = "." }
dependencies = [
{ name = "docling" },