Skip to content

Conversation

@lcs9317
Copy link
Collaborator

@lcs9317 lcs9317 commented Oct 15, 2025

제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가

제목 규칙 자세히 보기
  • 형식: [TYPE]: 제목
  • 제한: 50자 이내, 첫 글자 대문자, 명령문
  • TYPE: FEAT FIX REFACTOR COMMENT STYLE TEST CHORE INIT

무엇을 / 왜

  • 무엇(What): AI 답변 다양성 상승
  • 왜(Why): 정확도를 위해

어떻게(요약) — 3줄 이내

  • 부정프롬프트 추가 및 실제 스케쥴러로 5분마다 끊어서 시드 데이터를 10만개 심어서 벡터 디비에서 꺼내 api호출에 사용함

영향 범위

  • API 변경
  • DB 마이그레이션
  • Breaking Change
  • 보안/권한 영향
  • 문서/가이드 업데이트 필요

체크리스트

  • 타입 라벨 부착 (FEAT/FIX/REFACTOR/COMMENT/STYLE/TEST/CHORE/INIT)
  • 로컬/CI 테스트 통과
  • 영향도 점검 완료
  • 주석/문서 반영(필요 시)

ToDo (선택)

  • 할 일 1
  • 할 일 2

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #155

@lcs9317 lcs9317 added the REFACTOR 리팩토링 label Oct 15, 2025
@lcs9317 lcs9317 self-assigned this Oct 15, 2025
Comment on lines 23 to 24
@Column(nullable = false) private int minAge;
@Column(nullable = false) private int maxAge;
Copy link
Collaborator

Choose a reason for hiding this comment

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

컬럼명 명시 부탁드릴게요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

변경했습니다!

Copy link
Collaborator

@Gooraeng Gooraeng Oct 15, 2025

Choose a reason for hiding this comment

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

파일명 (v8 -> v9) 변경 부탁드릴게요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

필요 없는거라 삭제했습니다!

Copy link
Collaborator

@Gooraeng Gooraeng left a comment

Choose a reason for hiding this comment

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

확인했습니다 고생하셨습니다!

Copy link
Collaborator

@johnbosco0414 johnbosco0414 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@lcs9317 lcs9317 merged commit 44b1885 into main Oct 15, 2025
3 checks passed
@lcs9317 lcs9317 deleted the node/15 branch October 15, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

REFACTOR 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR]: 부정프롬프트 추가 및 정확도 향상

4 participants