BIBLIOGRAPHY

박나연. 2024. “생성형 Ai를 위한 Neo4j 튜토리얼 - Neo4j GraphRAG.” 2024. https://wikidocs.net/book/16760.

“Graphrag for Python — Neo4j-Graphrag-Python Documentation.” 2024. 2024. https://neo4j.com/docs/neo4j-graphrag-python/current/.

“Khoj-Ai/Knowledge-Graph.” 2025. https://github.com/khoj-ai/knowledge-graph.

“Microsoft/Graphrag.” 2025. https://github.com/microsoft/graphrag.

“Pingcap/Autoflow.” 2025. https://github.com/pingcap/autoflow.

히스토리

관련메타

[2026-03-30 Mon] RAG의 의미 전환 — LLM 보조에서 분신의 기억으로

RAG를 무시하고 에이전트가 다 rg 하면 된다고 생각했다. 그런데 분신이 되려면 1-2-3층이 필요하더라.

시점RAG의 의미맥락
2024LLM 답변 품질 개선 도구 (LLM 보조)키위 형태소 분석, RAG 파이프라인 실험
2025 초불필요 — 에이전트가 직접 grep/denoteclirg가 더 정확하고 빠름
2026-03분신의 기억 — 3,300개 노트를 자기 것으로 쓰는 기반andenken 시맨틱 메모리 탄생

3-Layer Cross-Lingual Search와의 대응

기술검색이 아니라
1층 EmbeddingGemini Embedding 2 + LanceDB (andenken)기억
2층 dblockDenote + Emacs 태그 /링크/regexp연상
3층 dictcli개인 어휘 그래프 한↔영공명

1층의 핵심 전환: 형태소 분석(키위) → BM25 조사 제거 → 임베딩 벡터 유사도. 같은 문제(한글 검색 정확도)를 다른 층에서 푸는 것.

관련 노트

관련링크

khoj-ai/knowledge-graph

  • (“Khoj-Ai/Knowledge-Graph” 2025)
  • A minimal implementation of GraphRAG, designed to quickly prototype whether you’re able to get good sense-making out of a large dataset with creation of a knowledge graph.

pingcap/autoflow

(“Pingcap/Autoflow” 2025)

  • pingcap/autoflow is a Graph RAG based and conversational knowledge base tool built with TiDB Serverless Vector Storage. Demo: https://tidb.ai

microsoft/graphrag

(“Microsoft/Graphrag” 2025)

  • A modular graph-based Retrieval-Augmented Generation (RAG) system

생성형 AI를 위한 Neo4j 튜토리얼 - Neo4j GraphRAG

(박나연 2024)

GraphRAG for Python — neo4j-graphrag-python documentation

(“Graphrag for Python — Neo4j-Graphrag-Python Documentation” 2024)

2025-02-14 W06