Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction.
This commit is contained in:
22
backend/requirements.txt
Normal file
22
backend/requirements.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# Flask框架
|
||||
flask>=3.0.0
|
||||
flask-cors>=4.0.0
|
||||
|
||||
# Zep Cloud SDK
|
||||
zep-cloud>=2.0.0
|
||||
|
||||
# OpenAI SDK(用于LLM调用)
|
||||
openai>=1.0.0
|
||||
|
||||
# PDF处理
|
||||
PyMuPDF>=1.24.0
|
||||
|
||||
# 环境变量
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# 数据验证
|
||||
pydantic>=2.0.0
|
||||
|
||||
# 文件处理
|
||||
werkzeug>=3.0.0
|
||||
|
||||
Reference in New Issue
Block a user