📌 Description
LLM 답변 생성 결과(성공/실패)를 rag_responses 테이블에 저장하는 Repository와 CommandService를 구현한다.
✅ To-do
📒 기타
- 마이그레이션(V23)·Entity(
RagResponse)는 이미 존재 → Repository/CommandService만 구현
- FAILED 처리는
SearchQueryCommandService.markFailed와 동일한 패턴 적용 (상위 트랜잭션 롤백과 무관하게 저장)
📌 Description
LLM 답변 생성 결과(성공/실패)를
rag_responses테이블에 저장하는 Repository와 CommandService를 구현한다.✅ To-do
RagResponseRepository구현RagResponseCommandService구현@Transactional(propagation = REQUIRES_NEW))📒 기타
RagResponse)는 이미 존재 → Repository/CommandService만 구현SearchQueryCommandService.markFailed와 동일한 패턴 적용 (상위 트랜잭션 롤백과 무관하게 저장)