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