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"
|
name = "haiku.rag"
|
||||||
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
|
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
|
||||||
version = "0.11.3"
|
version = "0.11.4"
|
||||||
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" }
|
||||||
|
|
@ -23,10 +23,10 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"docling>=2.55.1",
|
"docling>=2.52.0",
|
||||||
"fastmcp>=2.12.3",
|
"fastmcp>=2.12.3",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"lancedb>=0.25.1",
|
"lancedb>=0.25.0",
|
||||||
"pydantic>=2.11.9",
|
"pydantic>=2.11.9",
|
||||||
"pydantic-ai>=1.0.8",
|
"pydantic-ai>=1.0.8",
|
||||||
"pydantic-graph>=1.0.8",
|
"pydantic-graph>=1.0.8",
|
||||||
|
|
@ -62,7 +62,7 @@ dev = [
|
||||||
"mkdocs-material>=9.6.14",
|
"mkdocs-material>=9.6.14",
|
||||||
"pydantic-evals>=1.0.8",
|
"pydantic-evals>=1.0.8",
|
||||||
"pre-commit>=4.2.0",
|
"pre-commit>=4.2.0",
|
||||||
"pyright>=1.1.406",
|
"pyright>=1.1.405",
|
||||||
"pytest>=8.4.2",
|
"pytest>=8.4.2",
|
||||||
"pytest-asyncio>=1.2.0",
|
"pytest-asyncio>=1.2.0",
|
||||||
"pytest-cov>=7.0.0",
|
"pytest-cov>=7.0.0",
|
||||||
|
|
|
||||||
8
uv.lock
8
uv.lock
|
|
@ -1111,7 +1111,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "haiku-rag"
|
name = "haiku-rag"
|
||||||
version = "0.11.3"
|
version = "0.11.4"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "docling" },
|
{ name = "docling" },
|
||||||
|
|
@ -1153,10 +1153,10 @@ dev = [
|
||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "docling", specifier = ">=2.55.1" },
|
{ name = "docling", specifier = ">=2.52.0" },
|
||||||
{ name = "fastmcp", specifier = ">=2.12.3" },
|
{ name = "fastmcp", specifier = ">=2.12.3" },
|
||||||
{ name = "httpx", specifier = ">=0.28.1" },
|
{ 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 = "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" },
|
||||||
|
|
@ -1178,7 +1178,7 @@ dev = [
|
||||||
{ name = "mkdocs-material", specifier = ">=9.6.14" },
|
{ name = "mkdocs-material", specifier = ">=9.6.14" },
|
||||||
{ name = "pre-commit", specifier = ">=4.2.0" },
|
{ name = "pre-commit", specifier = ">=4.2.0" },
|
||||||
{ name = "pydantic-evals", specifier = ">=1.0.8" },
|
{ 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", specifier = ">=8.4.2" },
|
||||||
{ name = "pytest-asyncio", specifier = ">=1.2.0" },
|
{ name = "pytest-asyncio", specifier = ">=1.2.0" },
|
||||||
{ name = "pytest-cov", specifier = ">=7.0.0" },
|
{ name = "pytest-cov", specifier = ">=7.0.0" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue