Skip to main content
Open on GitHub

Graph RAG

Overviewโ€‹

Graph RAG provides a retriever interface that combines unstructured similarity search on vectors with structured traversal of metadata properties. This enables graph-based retrieval over existing vector stores.

Installation and setupโ€‹

pip install langchain-graph-retriever

Retrieversโ€‹

from langchain_graph_retriever import GraphRetriever

For more information, see the Graph RAG Integration Guide.