docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,4 +1,4 @@
# [[GraphRAG & Knowledge Graph Memory (지식 그래프 메모리)]]
# GraphRAG & Knowledge Graph Memory (지식 그래프 메모리)
## 📌 Brief Summary
GraphRAG는 전통적인 벡터 기반 RAG의 한계를 극복하기 위해, 지식을 엔티티(Entity)와 그들 간의 관계(Relationship)로 이루어진 그래프 구조로 구축하고 탐색하는 진화된 검색 및 메모리 기술이다. 에이전트가 단편적인 정보를 찾는 것을 넘어, 복잡한 인과 관계, 도메인의 전체적인 맥락, 그리고 다단계(Multi-hop) 추론이 필요한 지식을 효과적으로 활용할 수 있게 한다.
@@ -18,11 +18,11 @@ GraphRAG는 전통적인 벡터 기반 RAG의 한계를 극복하기 위해, 지
## 🔗 Knowledge Connections
### Related Concepts
* [[Retrieval-Augmented Generation (RAG)]]
* [[Retrieval-Augmented Generation (RAG)|Retrieval-Augmented Generation (RAG)]]
* 연결 이유: GraphRAG는 RAG 기술의 고급 진화 형태이다.
* [[Agent Memory System]]
* [[Agent Memory System|Agent Memory System]]
* 연결 이유: 그래프 구조는 에이전트의 복잡한 상태와 지식을 저장하는 가장 강력한 S-component 구현 방식 중 하나이다.
* [[Semantics & Ontology]]
* [[Semantics & Ontology|Semantics & Ontology]]
* 연결 이유: 그래프를 설계하고 해석하는 학문적/기술적 토대이다.
### Deeper Research Questions