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] tf-idf 벡터화 방식으로 수정 #20

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

chanmin-00
Copy link
Member

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

📍 PR 타입

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

❗️ 관련 이슈 링크

Close #18

🔁 변경 및 추가사항

  • sentence transformer 라이브러리 삭제
  • tf-idf 방식으로만 ai 매칭 수행

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

✅ 체크 리스트

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

@chanmin-00 chanmin-00 added the bug Something isn't working label Jul 20, 2024
@chanmin-00 chanmin-00 merged commit deaf2b1 into develop Jul 20, 2024
@chanmin-00 chanmin-00 deleted the issue/18-remove-torch branch July 21, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] torch 설치 오류로 인한 TF-IDF 벡터 방식으로 변경
1 participant