- backend/server.py: FastAPI 端口 8093 - backend/db.py: 双库设计(案例 DB 读写 + VOC DB 只读) - backend/tools/ude_extract.py: UDE 转写 + 向量聚类 - backend/prompts/voc_to_ude.txt: TOC 7条规范约束 - 已部署至 /opt/apps/mafia-proposal/ (systemd) - Nginx /copaw/mafia/api/ 代理已配置
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
fastapi>=0.110.0
|
|
uvicorn[standard]>=0.27.0
|
|
openai>=1.12.0
|
|
python-dotenv>=1.0.0
|
|
numpy>=1.24.0
|
|
scikit-learn>=1.3.0
|
|
gunicorn>=21.2.0
|