Create rag-client package

This commit is contained in:
2026-02-20 05:11:24 +00:00
committed by Anibal Angulo
parent f4eae2e2b5
commit f0adce2c3c
16 changed files with 1325 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
[project]
name = "rag-client"
version = "0.1.0"
description = "RAG client library with HTTP and Echo implementations"
readme = "README.md"
authors = [
{ name = "A8065384", email = "anibal.angulo.cardoza@banorte.com" }
]
requires-python = ">=3.12"
dependencies = [
"httpx>=0.27.0",
"pydantic>=2.0.0",
]
[build-system]
requires = ["uv_build>=0.9.22,<0.10.0"]
build-backend = "uv_build"