vb
This commit is contained in:
parent
4cc25407ef
commit
6fa9c1a822
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
name = "haiku.rag"
|
||||
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
||||
license = { text = "MIT" }
|
||||
readme = { file = "README.md", content-type = "text/markdown" }
|
||||
|
|
|
|||
2
uv.lock
2
uv.lock
|
|
@ -1123,7 +1123,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "haiku-rag"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "docling" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue