Skip to content

Commit a0574d6

Browse files
authored
Add links to blog posts in the README (#236)
* Add links to blog posts in README * Fix CHANGELOG, add link to neo4j GenAI ecosystem
1 parent c33f9c8 commit a0574d6

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Next
44

5-
## Added
6-
- Integrated json-repair package to handle and repair invalid JSON generated by LLMs.
7-
- Introduced InvalidJSONError exception for handling cases where JSON repair fails.
5+
### Added
6+
- Integrated `json-repair` package to handle and repair invalid JSON generated by LLMs.
7+
- Introduced `InvalidJSONError` exception for handling cases where JSON repair fails.
88
- Ability to create a Pipeline or SimpleKGPipeline from a config file. See [the example](examples/build_graph/from_config_files/simple_kg_pipeline_from_config_file.py).
99
- Added `OllamaLLM` and `OllamaEmbeddings` classes to make Ollama support more explicit. Implementations using the `OpenAILLM` and `OpenAIEmbeddings` classes will still work.
1010

11-
## Changed
12-
- Updated LLM prompts to include stricter instructions for generating valid JSON.
11+
### Changed
12+
- Updated LLM prompt for Entity and Relation extraction to include stricter instructions for generating valid JSON.
1313

1414
### Fixed
1515
- Added schema functions to the documentation.

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ As a first-party library, it offers a robust, feature-rich, and high-performance
77

88
Documentation can be found [here](https://neo4j.com/docs/neo4j-graphrag-python/)
99

10+
### Resources
11+
12+
A series of blog posts demonstrating how to use this package:
13+
14+
- Build a Knowledge Graph and use GenAI to answer questions:
15+
- [GraphRAG Python Package: Accelerating GenAI With Knowledge Graphs](https://neo4j.com/blog/graphrag-python-package/)
16+
- Retrievers: when the Neo4j graph is already populated:
17+
- [Getting Started With the Neo4j GraphRAG Python Package](https://neo4j.com/developer-blog/get-started-graphrag-python-package/)
18+
- [Enriching Vector Search With Graph Traversal Using the GraphRAG Python Package](https://neo4j.com/developer-blog/graph-traversal-graphrag-python-package/)
19+
- [Hybrid Retrieval for GraphRAG Applications Using the GraphRAG Python Package](https://neo4j.com/developer-blog/hybrid-retrieval-graphrag-python-package/)
20+
- [Enhancing Hybrid Retrieval With Graph Traversal Using the GraphRAG Python Package](https://neo4j.com/developer-blog/enhancing-hybrid-retrieval-graphrag-python-package/)
21+
- [Effortless RAG With Text2CypherRetriever](https://medium.com/neo4j/effortless-rag-with-text2cypherretriever-cb1a781ca53c)
22+
23+
A list of Neo4j GenAI-related features can also be found at [Neo4j GenAI Ecosystem](https://neo4j.com/labs/genai-ecosystem/).
24+
25+
1026
## 🐍 Python Version Support
1127

1228
| Version | Supported? |

0 commit comments

Comments
 (0)