Graph RAG
Overview
Graph RAG provides a retriever interfacethat combinesunstructured similarity search on vectors withstructuredtraversal of metadata properties. This enables graph-based retrieval overexistingvector stores.
Installation and setup
pip install langchain-graph-retriever
Retrievers
from langchain_graph_retrieverimport GraphRetriever
For more information, see theGraph RAG Integration Guide.