vb
This commit is contained in:
parent
0e6f04b19e
commit
f9ab505916
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "haiku.rag"
|
||||
version = "0.8.1"
|
||||
description = "Retrieval Augmented Generation (RAG) with LanceDB"
|
||||
version = "0.9.0"
|
||||
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
|
||||
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
|
|
@ -1111,7 +1111,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "haiku-rag"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "docling" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue