From b42b0f020e1e8b8e410a9c1c3f5f7821594d5183 Mon Sep 17 00:00:00 2001 From: estelle Date: Fri, 13 Dec 2024 15:21:02 +0100 Subject: [PATCH] Add links to blog posts in README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 74a2d6dd..3c9f095c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,19 @@ As a first-party library, it offers a robust, feature-rich, and high-performance Documentation can be found [here](https://neo4j.com/docs/neo4j-graphrag-python/) +### Blog posts + +A series of blog posts demonstrating how to use this package: + +- Build a Knowledge Graph and chat with your data: + - [GraphRAG Python Package: Accelerating GenAI With Knowledge Graphs](https://neo4j.com/blog/graphrag-python-package/) +- Retrievers: when your graph is already populated: + - [Getting Started With the Neo4j GraphRAG Python Package](https://neo4j.com/developer-blog/get-started-graphrag-python-package/) + - [Enriching Vector Search With Graph Traversal Using the GraphRAG Python Package](https://neo4j.com/developer-blog/graph-traversal-graphrag-python-package/) + - [Hybrid Retrieval for GraphRAG Applications Using the GraphRAG Python Package](https://neo4j.com/developer-blog/hybrid-retrieval-graphrag-python-package/) + - [Enhancing Hybrid Retrieval With Graph Traversal Using the GraphRAG Python Package](https://neo4j.com/developer-blog/enhancing-hybrid-retrieval-graphrag-python-package/) + - [Effortless RAG With Text2CypherRetriever](https://medium.com/neo4j/effortless-rag-with-text2cypherretriever-cb1a781ca53c) + ## 🐍 Python Version Support | Version | Supported? |