恢复GE版本为0.18,生成SNIPPET后自动生成rag_text流程
This commit is contained in:
@ -4,4 +4,18 @@ version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"fastapi>=0.111.0",
|
||||
"uvicorn[standard]>=0.29.0",
|
||||
"pydantic>=2.6.0",
|
||||
"sqlalchemy>=2.0.28",
|
||||
"pymysql>=1.1.0",
|
||||
"great-expectations[profilers]==0.18.19",
|
||||
"pandas>=2.0",
|
||||
"numpy>=1.24",
|
||||
"openpyxl>=3.1",
|
||||
"httpx==0.27.2",
|
||||
"python-dotenv==1.0.1",
|
||||
"requests>=2.31.0",
|
||||
"PyYAML>=6.0.1",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user