✨ feat: Tag-Map Entity 추가 #44
Merged
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.
🔨 테스크
Tag 테이블을 사용하지 않아도 되는가?
명기님께서 의견을 주셨고 저와 명기님, 민석님이 함께 합의를 보았습니다.
클로바 스튜디오 API를 사용할 때는 원하지 않던 데이터가 함께 추출되어 저희가 원하는 태그만 사용할 수 있도록 Tag 테이블을 생성했습니다.
그러나 Claude API로 변경 후에는 개발자가 제시한 프롬프트 내에서 데이터가 추출되어 Tag 테이블이 필요하지 않다는 의견이 있었습니다.
Tag 데이터가 갱신되지 않고 읽는 용으로만 사용되어, AI 모델의 정확성이 높다면 프롬프트를 통해서만 관리할 수 있습니다.
굳이 테이블을 하나 더 관리하고 Join 연산을 추가할 필요가 없었고 납득이 되어 이대로 진행했습니다.
📋 작업 내용
📷 스크린 샷