diff --git a/qdrant-landing/content/documentation/advanced-tutorials/graphrag-qdrant-neo4j.md b/qdrant-landing/content/documentation/advanced-tutorials/graphrag-qdrant-neo4j.md index 6617136a4..3203b0e56 100644 --- a/qdrant-landing/content/documentation/advanced-tutorials/graphrag-qdrant-neo4j.md +++ b/qdrant-landing/content/documentation/advanced-tutorials/graphrag-qdrant-neo4j.md @@ -20,6 +20,11 @@ To solve these problems, Microsoft introduced **GraphRAG,** which uses Knowledge This tutorial will demonstrate how to build a GraphRAG system with vector search using Neo4j and Qdrant. +|Additional Materials| +|-| +|This advanced tutorial is based on our original integration doc: [**Neo4j - Qdrant Integration**](/documentation/frameworks/neo4j-graphrag/)| +|The output for this tutorial is in our GitHub Examples repo: [**Neo4j - Qdrant Agent in Python**](https://github.com/qdrant/examples/blob/master/graphrag_neo4j/graphrag.py) + ## Watch the Video