Skip to content

Commit

Permalink
Add links to blog posts in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Dec 13, 2024
1 parent 333557a commit b42b0f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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? |
Expand Down

0 comments on commit b42b0f0

Please sign in to comment.