迁入项目
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
[project]
|
||||
name = "agno-agentic-rag"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"agno>=1.2.8",
|
||||
"distro>=1.9.0",
|
||||
"lxml>=5.3.1",
|
||||
"lancedb>=0.21.2",
|
||||
"nest-asyncio>=1.6.0",
|
||||
"streamlit>=1.44.1",
|
||||
"openai",
|
||||
"extra-streamlit-components>=0.1.71",
|
||||
"sqlalchemy>=2.0.38",
|
||||
"websockets>=14.2",
|
||||
"tqdm>=4.67.1",
|
||||
"google-auth>=2.38.0",
|
||||
"anthropic>=0.45.2",
|
||||
"primp>=0.12.1",
|
||||
"groq>=0.18.0",
|
||||
"aiofiles",
|
||||
"pypdf",
|
||||
"beautifulsoup4",
|
||||
"tantivy>=0.22.2",
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://pypi.python.org/simple/"
|
||||
default = true
|
||||
|
||||
[[tool.uv.index]]
|
||||
#url = "https://pypi.python.org/simple/"
|
||||
url = "https://mirrors.aliyun.com/pypi/simple"
|
||||
default = false
|
||||
Reference in New Issue
Block a user