From 3bede27ca9d0d13293cf4c4cb8af5844ff77fb95 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 13 Oct 2025 21:12:48 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20naverworks=5Ffile=5Fprocessor=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=9C=84=EC=B9=98=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 18줄: SKILL_RAG_FILE_URL 기본값 /api/upload 제거 필요 - 114줄: f"{SKILL_RAG_FILE_URL}/api/upload" 수정 필요 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../250930_naverworks_slack_03_cold_mail_detection_completed.md | 2 ++ 1 file changed, 2 insertions(+) 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 f932c84..d1eb651 100644 --- a/troubleshooting/250930_naverworks_slack_03_cold_mail_detection_completed.md +++ b/troubleshooting/250930_naverworks_slack_03_cold_mail_detection_completed.md @@ -27,6 +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") - app/services/ir_analyzer.py: IR 지표 추출 (LLM + RAG) - app/services/startup_valuation.py: Bayesian VC 가치 평가 - app/services/slack_lists_client.py: Slack Lists API 클라이언트