File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Neo4j GraphRAG package for Python
22
3- This repository contains the official Neo4j GenAI features for Python.
3+ This repository contains the official Neo4j GraphRAG features for Python.
44
55The purpose of this package is to provide a first party package to developers,
66where Neo4j can guarantee long term commitment and maintenance as well as being
77fast to ship new features and high performing patterns and methods.
88
9- Documentation: https://neo4j.com/docs/neo4j-genai -python/
9+ Documentation: https://neo4j.com/docs/neo4j-graphrag -python/
1010
1111Python versions supported:
1212
@@ -147,7 +147,7 @@ poetry install
147147If you have a bug to report or feature to request, first
148148[ search to see if an issue already exists] ( https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments ) .
149149If a related issue doesn't exist, please raise a new issue using the relevant
150- [ issue form] ( https://github.com/neo4j/neo4j-genai -python/issues/new/choose ) .
150+ [ issue form] ( https://github.com/neo4j/neo4j-graphrag -python/issues/new/choose ) .
151151
152152If you're a Neo4j Enterprise customer, you can also reach out to [ Customer Support] ( http://support.neo4j.com/ ) .
153153
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ A Knowledge Graph (KG) construction pipeline requires a few components:
3434This package contains the interface and implementations for each of these components, which are detailed in the following sections.
3535
3636To see an end-to-end example of a Knowledge Graph construction pipeline,
37- refer to `this example <https://github.com/neo4j/neo4j-genai -python/blob/main/examples/pipeline/kg_builder.py >`_.
37+ refer to `this example <https://github.com/neo4j/neo4j-graphrag -python/blob/main/examples/pipeline/kg_builder.py >`_.
3838
3939**********************************
4040Knowledge Graph Builder Components
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ authors = ["Neo4j, Inc <team-gen-ai@neo4j.com>"]
2121license = " Apache License, Version 2.0"
2222readme = " README.md"
2323homepage = " https://neo4j.com/"
24- repository = " https://github.com/neo4j/neo4j-genai -python"
24+ repository = " https://github.com/neo4j/neo4j-graphrag -python"
2525
2626[[tool .poetry .packages ]]
2727include = " neo4j_graphrag"
You can’t perform that action at this time.
0 commit comments