Create rag-client package

This commit is contained in:
2026-02-20 05:11:24 +00:00
parent d663394106
commit b86dfe7373
16 changed files with 1325 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ dependencies = [
"redis[hiredis]>=5.2.0",
"tenacity>=9.0.0",
"python-multipart>=0.0.12",
"rag-client",
]
[project.scripts]
@@ -42,3 +43,11 @@ dev = [
[tool.ruff.lint]
select = ['ALL']
ignore = ['D203', 'D213']
[tool.uv.sources]
rag-client = { workspace = true }
[tool.uv.workspace]
members = [
"packages/rag-client",
]