diff --git a/journey/troubleshooting/251023_codex_pronoun_search_fix.md b/journey/troubleshooting/251023_codex_pronoun_search_fix.md index f813a99..499a466 100644 --- a/journey/troubleshooting/251023_codex_pronoun_search_fix.md +++ b/journey/troubleshooting/251023_codex_pronoun_search_fix.md @@ -48,7 +48,14 @@ - 커밋: `cc7a162` (2025-11-18) - 배포: Gitea Actions 자동 배포 완료, rb8001 컨테이너 정상 동작 확인 -5) 부수 수정 +5) **한글 접미사 하드코딩 제거 (2025-11-18 구현 완료)** + - `web_search_workflow.py:64-65, 94-95, 38, 48`: "솔루션|테크|컴퍼니|주식회사" 하드코딩 제거, 접미사 없이도 기업명 인식 + - `message_router.py:51-54, 99-100, 436, 451`: 동일하게 한글 접미사 하드코딩 제거 + - 영문 접미사(Company, Inc, Corp 등)는 유지 + - 커밋: `032bd0d` (2025-11-18) + - 배포: Gitea Actions 자동 배포 완료, rb8001 컨테이너 정상 동작 확인 + +6) 부수 수정 - `pipelines/langgraph_document.py`: `import os` 누락 보완 - 환경: `WEB_SEARCH_USE_GRAPH=true`, `PRONOUN_RESOLVE_LLM=true`, `PRONOUN_THOMPSON_GATE=false`, `RECENT_WINDOW_HOURS=24`