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