594 Commits

Author SHA1 Message Date
djeon
b628013adf 보관기간 설정 2025-10-30 15:43:33 +09:00
Minseo-Jo
032842cf53 Feat: AI 서비스 및 STT 서비스 기능 개선
- AI 서비스: Redis 캐싱 및 EventHub 통합 개선
- STT 서비스: 오디오 버퍼링 및 변환 기능 추가
- 설정 파일 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 15:24:13 +09:00
Daewoong Jeon
ad287de176
Merge pull request #54 from hwanny1128/feat/rag-function
Feat/rag function
2025-10-30 15:17:17 +09:00
djeon
c7a13a85d8 feat: add rag test UI 2025-10-30 15:16:38 +09:00
djeon
4a8a151bb2 fix cors error 2025-10-30 15:12:47 +09:00
hjmoons
7c89f2f2ac API Path 수정 2025-10-30 14:48:07 +09:00
hjmoons
5b9a6b327d python package 추가 2025-10-30 14:35:44 +09:00
hjmoons
8e0ff41bb7 AI 도커 파일 수정 2025-10-30 14:22:50 +09:00
Daewoong Jeon
cea800456c
Merge pull request #53 from hwanny1128/feat/rag-function
feat: add getting ralated document in realtime
2025-10-30 13:43:23 +09:00
djeon
9580de9c82 feat: add getting ralated document in realtime 2025-10-30 13:42:11 +09:00
Daewoong Jeon
f133faa509
Merge pull request #52 from hwanny1128/feat/rag-function
fix: build option
2025-10-30 12:25:53 +09:00
djeon
c1c50fa307 fix: build option 2025-10-30 12:25:23 +09:00
Daewoong Jeon
1690f79967
Merge pull request #51 from hwanny1128/feat/rag-function
fix: build option
2025-10-30 12:23:11 +09:00
djeon
d5c4bf8292 fix: build option 2025-10-30 12:22:40 +09:00
Daewoong Jeon
abd5af4308
Merge pull request #50 from hwanny1128/feat/rag-function
fix: build option
2025-10-30 12:17:58 +09:00
djeon
c332f7ef65 fix: build option 2025-10-30 12:17:16 +09:00
Daewoong Jeon
ee9ae0c4f3
Merge pull request #49 from hwanny1128/feat/rag-function
feat: rag md file
2025-10-30 11:27:07 +09:00
djeon
2481fa907b feat: rag md file 2025-10-30 11:26:23 +09:00
Daewoong Jeon
d17c4c8c9c
Merge pull request #48 from hwanny1128/feat/rag-function
Feat/rag function
2025-10-30 10:42:37 +09:00
djeon
155894c3ff feat: add ai-python ci/cd 2025-10-30 10:37:33 +09:00
djeon
663999a139 for merge 2025-10-30 10:25:40 +09:00
djeon
503078bf3f for merge 2025-10-30 10:24:09 +09:00
Daewoong Jeon
d7f90705d4
Update Dockerfile-rag 2025-10-30 10:15:39 +09:00
Minseo-Jo
e93f8d03f9 Fix: Gradle 빌드 에러 수정 - ai 모듈 제거
- settings.gradle: ai 모듈을 빌드에서 제외 (Python으로 구현됨)
- .gitignore: ai, ai-java-back 백업 디렉토리 추가

문제: GitHub Actions에서 빈 ai 모듈 빌드 시 메인 클래스 찾을 수 없어 실패
해결: AI 서비스는 ai-python(FastAPI)으로 구현되므로 Java 모듈에서 제외

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 10:08:01 +09:00
Minseo-Jo
e9e03e1ff8 Refactor: AI 서비스 Python 구현 및 디렉토리 구조 변경
- ai-python: FastAPI 기반 AI 서비스 구현
  - 실시간 회의 제안 기능 추가
  - Claude API 통합
  - EventHub 및 Redis 연동

- ai-java-back: 기존 Java AI 서비스 백업 디렉토리로 이동
  - Spring Boot 기반 구현 보존

- ai 디렉토리: Java 서비스 파일 삭제 처리

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 10:02:33 +09:00
Daewoong Jeon
5b4ca011c3
Merge pull request #47 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-30 09:14:40 +09:00
djeon
66101b2465 feat: add rag ci/cd 2025-10-30 09:13:53 +09:00
Minseo-Jo
ffb418ecb7 Merge branch 'main' of https://github.com/hwanny1128/HGZero 2025-10-30 09:12:08 +09:00
Minseo-Jo
42128e66f2 Fix: TranscriptionServiceImpl에 sessionId 파라미터 추가
- SegmentCreated.of() 메서드 호출 시 sessionId 파라미터 누락 수정
- sessionId에 meetingId 값 할당

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 09:11:28 +09:00
Daewoong Jeon
0aa0eba676
Merge pull request #46 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-30 09:09:10 +09:00
djeon
5c1285c3de feat: add rag ci/cd 2025-10-30 09:06:38 +09:00
Minseo-Jo
5c4f186290 Merge branch 'main' of https://github.com/hwanny1128/HGZero 2025-10-30 09:03:36 +09:00
Minseo-Jo
b1ef088795 STT 이벤트에 sessionId 추가 및 오디오 청크 처리 시간 15초로 변경
- TranscriptionEvent.SegmentCreated에 sessionId 필드 추가
- AudioBatchProcessor의 스케줄링 간격을 10초에서 15초로 변경
- AI 서비스의 TranscriptSegmentReadyEvent에도 sessionId 필드 추가
- 이벤트 발행 시 sessionId에 meetingId 값 할당

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 09:03:19 +09:00
Daewoong Jeon
d8036d2b17
Merge pull request #45 from hwanny1128/feat/rag-function
fix: add stt security config (header)
2025-10-30 08:44:43 +09:00
djeon
987f48c7ff fix: add stt security config (header) 2025-10-30 08:44:01 +09:00
Daewoong Jeon
8e99901786
Merge pull request #44 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-29 23:46:51 +09:00
djeon
7fd4cccd80 feat: add rag ci/cd 2025-10-29 23:46:19 +09:00
Daewoong Jeon
3195b7d9f7
Merge pull request #43 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-29 23:39:30 +09:00
djeon
5b744170e5 feat: add rag ci/cd 2025-10-29 23:39:01 +09:00
Daewoong Jeon
0a43bbfd0d
Merge pull request #42 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-29 23:22:59 +09:00
djeon
d3cbeff3ee feat: add rag ci/cd 2025-10-29 23:22:24 +09:00
Daewoong Jeon
13f31168ff
Merge pull request #41 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-29 22:58:57 +09:00
djeon
ea00cf4b03 feat: add rag ci/cd 2025-10-29 22:58:22 +09:00
Daewoong Jeon
98a14081c3
Merge pull request #40 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-29 22:56:25 +09:00
djeon
b49038e97e feat: add rag ci/cd 2025-10-29 22:55:48 +09:00
Daewoong Jeon
3c0da5c048
Merge pull request #39 from hwanny1128/feat/rag-function
feat: add rag ci/cd
2025-10-29 22:50:54 +09:00
djeon
e001312f07 feat: add rag ci/cd 2025-10-29 22:50:14 +09:00
Daewoong Jeon
8a25b24063
Merge pull request #38 from hwanny1128/feat/rag-function
Feat/rag function
2025-10-29 22:43:04 +09:00
djeon
81f9b02195 Merge branch 'main' of https://github.com/hwanny1128/HGZero into feat/rag-function 2025-10-29 22:42:12 +09:00
djeon
4e2182055b feat: add rag ci/cd 2025-10-29 22:42:07 +09:00