diff --git a/troubleshooting/250930_naverworks_slack_03_cold_mail_detection_completed.md b/troubleshooting/250930_naverworks_slack_03_cold_mail_detection_completed.md index d1eb651..d437004 100644 --- a/troubleshooting/250930_naverworks_slack_03_cold_mail_detection_completed.md +++ b/troubleshooting/250930_naverworks_slack_03_cold_mail_detection_completed.md @@ -27,8 +27,8 @@ NAVER WORKS 메일 중 투자 제안(콜드메일) 수신 시: - app/services/coldmail_filter.py: Incremental Naive Bayes (단어 빈도 기반, Counter 사용, a6998ed), 확률값 로깅 (b4ed61d) - app/services/coldmail_feedback.py: 피드백 처리 서비스 (b4ed61d) - app/services/naverworks_file_processor.py: 첨부파일 다운로드→rag-file 업로드, import 경로 수정 (276b258) - - 18줄: SKILL_RAG_FILE_URL 기본값에 /api/upload 포함 (수정 필요: 제거) - - 114줄: session.post(SKILL_RAG_FILE_URL, ...) (수정 필요: f"{SKILL_RAG_FILE_URL}/api/upload") + - 18줄: SKILL_RAG_FILE_URL 기본값에서 /api/upload 제거 (수정 완료: d941bfd) + - 114줄: f"{SKILL_RAG_FILE_URL}/api/upload" 사용 (수정 완료: d941bfd) - app/services/ir_analyzer.py: IR 지표 추출 (LLM + RAG) - app/services/startup_valuation.py: Bayesian VC 가치 평가 - app/services/slack_lists_client.py: Slack Lists API 클라이언트