提取redis模型抽象

This commit is contained in:
zk
2026-04-24 19:35:10 +08:00
parent d9b014c1b9
commit e826198dfc
3 changed files with 90 additions and 85 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from app.ai.skill_gap_analyzer.analyzer import (
)
from app.ai.skill_gap_analyzer.prompts import MODULE_SCHEMAS
from app.core.logger import log
from app.schemas.skill_gap import (
from app.schemas.customize_resume import (
CustomizeResume, ResumeProfile, Education, Work, Internship, Project, Competition, Paragraph,
)
from app.models.job import Job