음성 재생과 운영 배포 정리

This commit is contained in:
Yun Chan 2026-06-28 12:18:20 +09:00
parent 8ed185ce6c
commit ac7db95542
1020 changed files with 46863 additions and 2175 deletions

View file

@ -382,7 +382,7 @@ RAG 임베딩/리랭커 의존성은 기본 이미지에 설치하지 않는다.
# 백엔드 (apps/api)
cd apps\api
python -m pytest app/ -q # 현재 145 pass
python -m pytest engine_gateway\ -q # 현재 9 pass
python -m pytest engine_gateway\ -q # 현재 11 pass
# 웹 (apps/web)
cd apps\web