docs: naverworks_file_processor 수정 위치 명시
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
b18b7f1143
commit
3bede27ca9
@ -27,6 +27,8 @@ NAVER WORKS 메일 중 투자 제안(콜드메일) 수신 시:
|
|||||||
- app/services/coldmail_filter.py: Incremental Naive Bayes (단어 빈도 기반, Counter 사용, a6998ed), 확률값 로깅 (b4ed61d)
|
- app/services/coldmail_filter.py: Incremental Naive Bayes (단어 빈도 기반, Counter 사용, a6998ed), 확률값 로깅 (b4ed61d)
|
||||||
- app/services/coldmail_feedback.py: 피드백 처리 서비스 (b4ed61d)
|
- app/services/coldmail_feedback.py: 피드백 처리 서비스 (b4ed61d)
|
||||||
- app/services/naverworks_file_processor.py: 첨부파일 다운로드→rag-file 업로드, import 경로 수정 (276b258)
|
- 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/ir_analyzer.py: IR 지표 추출 (LLM + RAG)
|
||||||
- app/services/startup_valuation.py: Bayesian VC 가치 평가
|
- app/services/startup_valuation.py: Bayesian VC 가치 평가
|
||||||
- app/services/slack_lists_client.py: Slack Lists API 클라이언트
|
- app/services/slack_lists_client.py: Slack Lists API 클라이언트
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user