Skip to content

Commit 37cb4a6

Browse files
authored
Migrating to neo4j-graphrag package (#128)
* Sunset neo4j-genai package * Added pygraphviz as an extra dep * Readded dev dependencies
1 parent c017521 commit 37cb4a6

File tree

5 files changed

+552
-513
lines changed

5 files changed

+552
-513
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
### IMPORTANT NOTICE
6+
- The `neo4j-genai` package is now deprecated. Users are advised to switch to the new package `neo4j-graphrag`.
57
### Added
68
- Ability to visualise pipeline with `my_pipeline.draw("pipeline.png")`
79

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ⚠️ Deprecation Warning ⚠️
2+
3+
This package `neo4j-genai` is deprecated and will no longer be maintained. Please switch to our new package `neo4j-graphrag`, which is available at [neo4j-graphrag on GitHub](https://github.com/neo4j/neo4j-graphrag-python) and [neo4j-graphrag on PyPI](https://pypi.org/project/neo4j-graphrag/).
4+
5+
`neo4j-graphrag` is a renamed continuation of this package. We encourage all users to migrate to the new package to continue receiving updates and support.
6+
17
# Neo4j GenAI package for Python
28

39
This repository contains the official Neo4j GenAI features for Python.

0 commit comments

Comments
 (0)