From 4db7e6016356ad9af3808449367971f1ce7d972c Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 13 Oct 2025 21:14:20 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20naverworks=5Ffile=5Fprocessor=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=99=84=EB=A3=8C=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 18줄, 114줄 수정 완료 (d941bfd) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ...50930_naverworks_slack_03_cold_mail_detection_completed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 클라이언트