Skip to content

Feature/response#13

Merged
hyeong8465 merged 2 commits intodevelopfrom
feature/response
Aug 5, 2025
Merged

Feature/response#13
hyeong8465 merged 2 commits intodevelopfrom
feature/response

Conversation

@hyeong8465
Copy link
Contributor

@hyeong8465 hyeong8465 commented Aug 2, 2025

JIRA Task 🔖

  • Ticket: AI-18
  • Branch : feature/response

작업 내용 📌

  • 최종 답변 생성 노드 프롬프트 엔지니어링(챗봇답게)
  • 프롬프트 파일 분리(src/prompts/v1/sql_agent)
  • pyinstaller 빌드 지원 함수

참고 사항 📂

  • 빌드 명령어 변경
# 이전 빌드 결과물 삭제
rm -rf build dist

# 실행 파일 빌드
pyinstaller --clean --onefile --add-data "src/prompts:prompts" --name ai src/main.py 

# pyinstaller는 .py 파일만 빌드하기 때문에 .yaml 파일인 프롬프트들을 추가하고 매핑하는 작업 필요
# --add-data "src/prompts:prompts"
  • 검증 실패나 실행 실패 상황에 대한 테스트 필요
  • DB 어노테이션 관련된 프롬프트는 src/prompts/v1/db_annotation 폴더 만들어서 작업하시면 됩니다
  • 기존 파일에서 수정하고 큰 변화가 있을 때 v2 폴더 만들어서 버전관리 하면 될 것 같습니다.

@hyeong8465 hyeong8465 requested a review from wwjin-j August 2, 2025 16:22
@hyeong8465 hyeong8465 merged commit abeaee7 into develop Aug 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant