Skip to content

Diary 생성 전처리 기능 추가#3

Merged
goochul-im merged 17 commits into
mainfrom
feat/diary
Feb 10, 2026
Merged

Diary 생성 전처리 기능 추가#3
goochul-im merged 17 commits into
mainfrom
feat/diary

Conversation

@goochul-im
Copy link
Copy Markdown
Owner

  • 다이어리 생성 시 RAG와 키워드 검색 전처리 기능 추가
  • Qdrant 공통 어댑터 추가
  • 암호화/복호화 기능 추가
  • 코드리뷰 workflow 추가

추후 일기 생성에 따른 RAG 전처리 및 키워드 검색 전처리 과정 작성 필요
비슷한 로직을 각 도메인마다 가질 것으로 예상되므로 QdrantClientAdapter로 하나로 묶어서 사용할수 있도록 설정
QdrantClient를 사용하도록 변경
DiaryEvnetHandler에서 DiaryCreateEvent를 감지하여 전처리를 하도록 작성
코루틴을 이용하여 동시에 여러 IO 작업을 수행할 수 있도록 설정
- 클로드 코드 리뷰어
- 젯브레인 코드 검사
@goochul-im goochul-im self-assigned this Feb 10, 2026
@goochul-im goochul-im added the enhancement New feature or request label Feb 10, 2026
@github-actions
Copy link
Copy Markdown

Qodana for JVM

26 new problems were found

Inspection name Severity Problems
Array property in data class 🔶 Warning 1
Redundant call on collection type 🔶 Warning 1
Multi-dollar interpolation can be used in string literals ◽️ Notice 23
Function or property has platform type ◽️ Notice 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@goochul-im goochul-im merged commit a7c0ecc into main Feb 10, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant