Skip to content

Commit 525036a

Browse files
authored
Update docs to include neo4j-graphrag-python link (#131)
1 parent 5cb596e commit 525036a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

55
The purpose of this package is to provide a first party package to developers,
66
where Neo4j can guarantee long term commitment and maintenance as well as being
77
fast 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

1111
Python versions supported:
1212

@@ -147,7 +147,7 @@ poetry install
147147
If 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).
149149
If 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

152152
If you're a Neo4j Enterprise customer, you can also reach out to [Customer Support](http://support.neo4j.com/).
153153

docs/source/user_guide_kg_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A Knowledge Graph (KG) construction pipeline requires a few components:
3434
This package contains the interface and implementations for each of these components, which are detailed in the following sections.
3535

3636
To 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
**********************************
4040
Knowledge Graph Builder Components

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ authors = ["Neo4j, Inc <team-gen-ai@neo4j.com>"]
2121
license = "Apache License, Version 2.0"
2222
readme = "README.md"
2323
homepage = "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]]
2727
include = "neo4j_graphrag"

0 commit comments

Comments
 (0)