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