Spaces:
Sleeping
Sleeping
[project] | |
name = "deploypythonicrag-uv" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"chainlit>=1.3.2", | |
"numpy>=1.26.4", | |
"openai>=1.58.1", | |
"pydantic==2.10.1", | |
"websockets", | |
] | |