vb
This commit is contained in:
parent
b648e08673
commit
ab8020e0bc
2 changed files with 4 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.3"
|
version = "0.10.0"
|
||||||
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" }
|
||||||
|
|
|
||||||
4
uv.lock
4
uv.lock
|
|
@ -1111,7 +1111,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "haiku-rag"
|
name = "haiku-rag"
|
||||||
version = "0.9.3"
|
version = "0.10.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "docling" },
|
{ name = "docling" },
|
||||||
|
|
@ -1120,6 +1120,7 @@ dependencies = [
|
||||||
{ name = "lancedb" },
|
{ name = "lancedb" },
|
||||||
{ name = "pydantic" },
|
{ name = "pydantic" },
|
||||||
{ name = "pydantic-ai" },
|
{ name = "pydantic-ai" },
|
||||||
|
{ name = "pydantic-graph" },
|
||||||
{ name = "python-dotenv" },
|
{ name = "python-dotenv" },
|
||||||
{ name = "rich" },
|
{ name = "rich" },
|
||||||
{ name = "tiktoken" },
|
{ name = "tiktoken" },
|
||||||
|
|
@ -1158,6 +1159,7 @@ requires-dist = [
|
||||||
{ name = "mxbai-rerank", marker = "extra == 'mxbai'", specifier = ">=0.1.6" },
|
{ name = "mxbai-rerank", marker = "extra == 'mxbai'", specifier = ">=0.1.6" },
|
||||||
{ name = "pydantic", specifier = ">=2.11.9" },
|
{ name = "pydantic", specifier = ">=2.11.9" },
|
||||||
{ name = "pydantic-ai", specifier = ">=1.0.8" },
|
{ name = "pydantic-ai", specifier = ">=1.0.8" },
|
||||||
|
{ name = "pydantic-graph", specifier = ">=1.0.8" },
|
||||||
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
{ name = "python-dotenv", specifier = ">=1.1.1" },
|
||||||
{ name = "rich", specifier = ">=14.1.0" },
|
{ name = "rich", specifier = ">=14.1.0" },
|
||||||
{ name = "tiktoken", specifier = ">=0.11.0" },
|
{ name = "tiktoken", specifier = ">=0.11.0" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue