添修改文档

This commit is contained in:
zk
2026-04-08 17:35:02 +08:00
parent a565da0ae6
commit ad09108008
+3 -3
View File
@@ -36,13 +36,13 @@ offerpie_python_ai/
│ │ ├─ prompts.py # 5 个提取任务的 System Prompt(个人信息/教育/工作+实习/项目/竞赛) │ │ ├─ prompts.py # 5 个提取任务的 System Prompt(个人信息/教育/工作+实习/项目/竞赛)
│ │ └─ extractor.py # AI 并行提取(extract_all 入口,asyncio.gather 5 路并行) │ │ └─ extractor.py # AI 并行提取(extract_all 入口,asyncio.gather 5 路并行)
│ └─ resume_diagnoser/ # 简历 AI 诊断模块 │ └─ resume_diagnoser/ # 简历 AI 诊断模块
│ ├─ prompts.py # 诊断 Prompt 模板(分模块诊断 + 汇总评价) │ ├─ prompts.py # 诊断 Prompt 模板(分模块诊断 + 汇总评价 + 润色优化
│ └─ diagnoser.py # AI 并行诊断(diagnose_all 入口 + generate_summary 汇总评价) │ └─ diagnoser.py # AI 并行诊断(diagnose_all 入口 + generate_summary 汇总评价 + polish_content 润色优化
├─ api/ # **路由层**REST API 接口) ├─ api/ # **路由层**REST API 接口)
│ ├─ health.py # 健康检查接口 GET /health/ │ ├─ health.py # 健康检查接口 GET /health/
│ ├─ resume.py # 简历接口 POST /resume/upload(上传文件AI解析) │ ├─ resume.py # 简历接口 POST /resume/upload(上传文件AI解析)
│ └─ resume_diagnose.py # 简历诊断接口(POST 触发诊断 / GET 查询报告 / PUT 标记处理) │ └─ resume_diagnose.py # 简历诊断接口(POST 触发诊断 / GET 查询报告 / PUT 标记处理+用户评价 / POST 润色优化
├─ models/ # **ORM 模型层**SQLAlchemy 声明式映射) ├─ models/ # **ORM 模型层**SQLAlchemy 声明式映射)
│ ├─ func_permission.py # 功能权限定义表(bg_func_permission │ ├─ func_permission.py # 功能权限定义表(bg_func_permission