From a9f532929eddc78a4a5ad7e46a9556945d3fd357 Mon Sep 17 00:00:00 2001 From: davidmyriel Date: Wed, 5 Feb 2025 06:39:55 -0500 Subject: [PATCH] Update graphrag-qdrant-neo4j.md --- .../advanced-tutorials/graphrag-qdrant-neo4j.md | 5 +++++ 1 file changed, 5 insertions(+) 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