Conversation
- 언어별 의도 분류 및 컨텍스트 추출 시스템 프롬프트 추가 - ChatRequest, ChatContext에 language 필드 추가 - LanguageService: 언어 검증 및 fallback 처리 로직 구현 - MessageTemplateService: 4개 언어 메시지 템플릿 관리 - RagService: 언어별 장소 정보 및 루트 추천 응답 생성 - ChatResponseBuilder: 언어별 데이터 변환 및 응답 구성 - 일본어/중국어 요청 시 영어 데이터로 fallback 처리 - application.yml에 다국어 설정 추가
Closed
Member
|
LGTM |
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.
챗봇에 다국어 기능이 추가되었습니다.
지원하는 언어는 다음과 같습니다. 현재 한국어/영어를 제외한 언어가 input으로 들어오는 경우 자동으로
한국어로 반환됩니다.