You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
503 B
23 lines
503 B
[project]
|
|
name = "reactllmdemo"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115.12",
|
|
"langchain-community>=0.3.21",
|
|
"langchain-openai>=0.3.13",
|
|
"langgraph>=0.3.30",
|
|
"loguru>=0.7.3",
|
|
"marqo>=3.12.0",
|
|
"sse-starlette>=2.2.1",
|
|
"toml>=0.10.2",
|
|
"uvicorn[standard]>=0.34.2",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
name = "private-pypi"
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
default = true
|