Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ [Refactor] 매칭 반환값에 유사도 데이터 추가 #33

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

chanmin-00
Copy link
Member

@chanmin-00 chanmin-00 commented Jul 28, 2024

📍 PR 타입

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #21

🔁 변경 및 추가사항

  • CLS 토큰을 사용하여 문장 전체적 의미 반영하도록 수정하였습니다.
  • 매칭 반환값에 유사도 데이터를 추가하였습니다.

📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@chanmin-00 chanmin-00 added the enhancement New feature or request label Jul 28, 2024
Copy link
Member

@88dldl 88dldl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM👍

@chanmin-00 chanmin-00 merged commit 0db2ea5 into develop Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] 매칭 반환값에 유사도 데이터 추가
2 participants