feat:初始化工程

This commit is contained in:
2026-07-27 20:00:57 +08:00
commit 3ebb249516
16 changed files with 414 additions and 0 deletions

10
requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
fastapi~=0.140.0
python-dotenv~=1.2.2
requests~=2.34.2
boto3~=1.43.56
botocore~=1.43.56
langchain~=1.3.14
langchain-core~=1.5.1
langchain-openai~=1.4.1
starlette~=1.3.1
pydantic~=2.13.4