feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-RAG-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, llm, rag, information-retrieval, ai-accuracy]
last_reinforced: 2026-04-20
@@ -30,6 +30,6 @@ RAG(Retrieval-Augmented Generation)는 사전에 학습된 언어 모델(LLM)에
- **정책 변화(RL Update)**: 민감한 사내 문서가 RAG 과정에서 외부망(Public LLM API)으로 유출될 위험이 제기됨에 따라, '로컬 벡터 스토어'와 '격리된 LLM 연계'를 강제하는 엔터프라이즈 AI 보안 정책이 강화됨.
## 🔗 지식 연결 (Graph)
- [[Foundational Models]], [[SFT (Supervised Fine-Tuning)]], [[Vector Semantics]], [[Information Extraction (IE)]], [[Semantic Grounding Provenance]]
- Foundational Models, [[SFT (Supervised Fine-Tuning)]], Vector Semantics, Information Extraction (IE), Semantic Grounding Provenance
- **Modern Tech/Tools**: Pinecone, Milvus, LlamaIndex, LangChain.
---