개요

Graph RAG는 vector에 대한 비구조화된 유사도 검색과 메타데이터 속성의 구조화된 탐색을 결합한 retriever 인터페이스를 제공합니다. 이를 통해 기존 vector store에 대한 그래프 기반 검색이 가능합니다.

설치 및 설정

pip install langchain-graph-retriever

Retrievers

from langchain_graph_retriever import GraphRetriever
자세한 내용은 Graph RAG Integration Guide를 참조하세요.

---

<Callout icon="pen-to-square" iconType="regular">
    [Edit the source of this page on GitHub.](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/graph_rag.mdx)
</Callout>
<Tip icon="terminal" iconType="regular">
    [Connect these docs programmatically](/use-these-docs) to Claude, VSCode, and more via MCP for    real-time answers.
</Tip>
I