Skip to content

[Feat] rag_responses 저장 #71

Description

@kangcheolung

📌 Description

LLM 답변 생성 결과(성공/실패)를 rag_responses 테이블에 저장하는 Repository와 CommandService를 구현한다.

✅ To-do

  • RagResponseRepository 구현
  • RagResponseCommandService 구현
  • SUCCESS 상태 저장 로직
  • FAILED 상태 저장 로직 (@Transactional(propagation = REQUIRES_NEW))

📒 기타

  • 마이그레이션(V23)·Entity(RagResponse)는 이미 존재 → Repository/CommandService만 구현
  • FAILED 처리는 SearchQueryCommandService.markFailed와 동일한 패턴 적용 (상위 트랜잭션 롤백과 무관하게 저장)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions