chore: main → develop back-merge (2026-04-09 릴리즈 + PR #21/#22 동기화) #25

병합
htlee main 에서 develop 로 6 commits 를 머지했습니다 2026-04-09 09:59:43 +09:00

6 커밋

작성자 SHA1 메시지 날짜
6c7a2a9a9d Merge pull request 'feat: SFR-20 LLM 운영 관리 페이지 신규 추가' (#22) from feat/llm-ops-page into main
All checks were successful
Build and Deploy KCG AI Monitoring (Frontend) / build-and-deploy (push) Successful in 15s
2026-04-09 09:59:18 +09:00
ab64c97200 Merge pull request 'fix: PredictionAlert 직렬화 500 에러 + 로컬 프록시 Origin 보정' (#21) from fix/alert-serialization-and-proxy-origin into main
Some checks failed
Build and Deploy KCG AI Monitoring (Frontend) / build-and-deploy (push) Has been cancelled
2026-04-09 09:59:10 +09:00
d66d1623a2 Merge pull request 'release: 2026-04-09 (50건 커밋)' (#24) from release/2026-04-09 into main 2026-04-09 09:58:20 +09:00
037ae363a1 docs: 릴리즈 노트 정리 (2026-04-09) 2026-04-09 09:57:52 +09:00
Nan Kyung Lee
072d10bacf feat(frontend): SFR-20 LLM 운영 관리 페이지 신규 추가
Qwen3-8B 기반 통합 LLM 운영 플랫폼 웹 콘솔 (10탭):
- 모델 관리: 레지스트리, Blue-Green 배포, 파인튜닝 이력
- 프롬프트 관리: 4종 템플릿, A/B 테스트, Git 버전관리
- 추론 서비스: vLLM 엔드포인트, 오토스케일링, KPI
- 로그/추적: ELK + OpenTelemetry, 마스킹 처리
- 평가/품질: RAGAS 자동 평가, 할루시네이션율, F1
- 데이터: 문서 등록(법령/지침/매뉴얼/단속·수사 사례), 지식 소스
- RAG 파이프라인: 6단계 + Airflow 재색인 + MRR/NDCG
- 품질개선: 불용어 관리, 욕설 필터링, 분류체계, 규칙 보완
- 보안: 3단계 파이프라인 + 망분리 + TLS 1.3
- 운영 모니터링: GPU 노드 + 서비스 상태 + Alertmanager

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 08:38:52 +09:00
Nan Kyung Lee
49cee6c5e0 fix(backend): PredictionAlert 직렬화 500 에러 수정 + 로컬 프록시 Origin 헤더 보정
- PredictionAlert.event Lazy 연관 필드에 @JsonIgnore 추가 (Jackson 직렬화 실패 방지)
- Vite 프록시에 Origin 헤더 재작성 추가 (로컬 개발 시 CSRF 403 방지)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 20:34:56 +09:00