feat(analysis): 분석 파이프라인 고도화 — 구조화추출·기여도·Playwright·Vision PDF#62
Merged
Conversation
섹션1 BP 중 입력처리/분석체인 품질 항목 구현. 콜백 계약·Core·DB·프론트 무변경(AI 내부 한정). - 분석 체인(A): DocumentAnalysisResult 에 projects/experiences/skills(+source_quote) 추가, 추출→요약 2단계 프롬프트(근거 인용 강제, 환각 차단), with_retry 안전장치. 콜백은 기존 summary/tech_stack/markdown 그대로. - GitHub 기여도(B): GET /user 로 지원자 login → 커밋 author 필터 → 지원자 작성 파일 우선 샘플링 + "## 지원자 기여" 섹션. 포크/남의코드 구분. graceful fallback. - Web Playwright(C): trafilatura 빈 본문 시 헤드리스 chromium 렌더 후 재추출 → JS 렌더링 SPA 포폴 처리. playwright dep + Dockerfile chromium 설치. - PDF Vision(D): pypdf 텍스트 빈약 시 pymupdf 렌더 → 게이트웨이 멀티모달로 추출(새 키 0). pymupdf dep. 텍스트 충분 시 기존 경로, 실패 시 graceful. 테스트: AI 203 passed. Docker 빌드(playwright/chromium) 검증은 Docker 환경에서 후속. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
섹션1 BP 중 입력처리/분석체인 품질 항목 구현. 콜백 계약·Core·DB·프론트 무변경(AI 내부 한정).
테스트: AI 203 passed. Docker 빌드(playwright/chromium) 검증은 Docker 환경에서 후속.
변경 사항