Create rag-client package
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user