vb
This commit is contained in:
parent
84b0221495
commit
8323cbedc3
2 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
name = "haiku.rag"
|
||||
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
|
||||
version = "0.11.3"
|
||||
version = "0.11.4"
|
||||
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
||||
license = { text = "MIT" }
|
||||
readme = { file = "README.md", content-type = "text/markdown" }
|
||||
|
|
@ -23,10 +23,10 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"docling>=2.55.1",
|
||||
"docling>=2.52.0",
|
||||
"fastmcp>=2.12.3",
|
||||
"httpx>=0.28.1",
|
||||
"lancedb>=0.25.1",
|
||||
"lancedb>=0.25.0",
|
||||
"pydantic>=2.11.9",
|
||||
"pydantic-ai>=1.0.8",
|
||||
"pydantic-graph>=1.0.8",
|
||||
|
|
@ -62,7 +62,7 @@ dev = [
|
|||
"mkdocs-material>=9.6.14",
|
||||
"pydantic-evals>=1.0.8",
|
||||
"pre-commit>=4.2.0",
|
||||
"pyright>=1.1.406",
|
||||
"pyright>=1.1.405",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-asyncio>=1.2.0",
|
||||
"pytest-cov>=7.0.0",
|
||||
|
|
|
|||
8
uv.lock
8
uv.lock
|
|
@ -1111,7 +1111,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "haiku-rag"
|
||||
version = "0.11.3"
|
||||
version = "0.11.4"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "docling" },
|
||||
|
|
@ -1153,10 +1153,10 @@ dev = [
|
|||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "docling", specifier = ">=2.55.1" },
|
||||
{ name = "docling", specifier = ">=2.52.0" },
|
||||
{ name = "fastmcp", specifier = ">=2.12.3" },
|
||||
{ name = "httpx", specifier = ">=0.28.1" },
|
||||
{ name = "lancedb", specifier = ">=0.25.1" },
|
||||
{ name = "lancedb", specifier = ">=0.25.0" },
|
||||
{ name = "mxbai-rerank", marker = "extra == 'mxbai'", specifier = ">=0.1.6" },
|
||||
{ name = "pydantic", specifier = ">=2.11.9" },
|
||||
{ name = "pydantic-ai", specifier = ">=1.0.8" },
|
||||
|
|
@ -1178,7 +1178,7 @@ dev = [
|
|||
{ name = "mkdocs-material", specifier = ">=9.6.14" },
|
||||
{ name = "pre-commit", specifier = ">=4.2.0" },
|
||||
{ name = "pydantic-evals", specifier = ">=1.0.8" },
|
||||
{ name = "pyright", specifier = ">=1.1.406" },
|
||||
{ name = "pyright", specifier = ">=1.1.405" },
|
||||
{ name = "pytest", specifier = ">=8.4.2" },
|
||||
{ name = "pytest-asyncio", specifier = ">=1.2.0" },
|
||||
{ name = "pytest-cov", specifier = ">=7.0.0" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue