Files
awoooi/apps
OG T cc8cabebf9
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
refactor(rag): 架構審查修正 — leWOOOgo 合規 + 去重 + httpx 關機
- C2: _run_index() 業務邏輯移入 KnowledgeRAGService.index_all_sources()
      Router 層只做 background_tasks.add_task(_run_index) 轉發
- C3: glob("*.md") → rglob("*.md") — 掃描巢狀子目錄
- C4: docstring 修正 Ollama 188 → 111
- I2: index_document() 先刪舊版本 (_delete_by_source_id) 避免重複累積
- I3: debug endpoint 改用 settings.OLLAMA_URL 取代硬碼 IP
- I4: main.py shutdown 加入 get_knowledge_rag_service().close()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 10:39:14 +08:00
..