[improve/#61] 커밋 추천 최소 신뢰도 기준 적용#62
Merged
Merged
Conversation
- 70점 미만 커밋 후보를 추천 응답에서 제외 - top_k가 작아도 최소 50개 후보를 조회하도록 풀 크기 보장
- top_k를 최대 추천 개수로 설명 - recommended_commits와 matched_applications에 70점 기준 명시
- 70점 미만 후보 제외 정책을 엔드포인트 설명에 추가 - 예시 응답 notice와 score_breakdown을 현재 스키마에 맞춤
- 50점 기준 추천 사유 분기를 제거해 70점 추천 정책과 혼동을 줄임
- 70점 후보 포함과 69점 후보 제외를 검증 - 낮은 신뢰도 후보가 추천 목록에서 제외되는 흐름을 검증 - 최소 후보 풀 크기로 Chroma 조회하는지 확인
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthrough이 PR은 커밋 추천 기능의 최소 신뢰도 기준을 50점에서 70점으로 상향 조정하고, 매칭 로직의 임계값과 후보 풀 크기 계산을 상수화하며, API 스키마와 문서를 일관되게 갱신하고 포괄적인 테스트를 추가합니다. Changes커밋 추천 신뢰도 임계값 개선
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
✨ 작업 개요
적용사항-커밋 매칭에서 낮은 신뢰도 후보가 top_k를 채우기 위해 억지로 추천되는 문제를 개선했습니다.
📄 작업 내용
📌 관련 이슈
🔌 API 변경사항 (해당 시)
💬 기타 사항
✅ 검증
Summary by CodeRabbit
릴리스 노트
Documentation
Tests