vb
This commit is contained in:
parent
b49543f235
commit
90105a861a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "haiku.rag"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
|
||||
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
||||
license = { text = "MIT" }
|
||||
|
|
|
|||
2
uv.lock
2
uv.lock
|
|
@ -1111,7 +1111,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "haiku-rag"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "docling" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue