Diary 생성 전처리 기능 추가#3
Merged
Merged
Conversation
Owner
goochul-im
commented
Feb 10, 2026
- 다이어리 생성 시 RAG와 키워드 검색 전처리 기능 추가
- Qdrant 공통 어댑터 추가
- 암호화/복호화 기능 추가
- 코드리뷰 workflow 추가
AES 알고리즘 사용
테스트 통과 완료
추후 일기 생성에 따른 RAG 전처리 및 키워드 검색 전처리 과정 작성 필요
비슷한 로직을 각 도메인마다 가질 것으로 예상되므로 QdrantClientAdapter로 하나로 묶어서 사용할수 있도록 설정
QdrantClient를 사용하도록 변경
DiaryEvnetHandler에서 DiaryCreateEvent를 감지하여 전처리를 하도록 작성
코루틴을 이용하여 동시에 여러 IO 작업을 수행할 수 있도록 설정
- 클로드 코드 리뷰어 - 젯브레인 코드 검사
Qodana for JVM26 new problems were found
View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.3.1
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.