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 1
1
# Neo4j GraphRAG package for Python
2
2
3
- This repository contains the official Neo4j GenAI features for Python.
3
+ This repository contains the official Neo4j GraphRAG features for Python.
4
4
5
5
The purpose of this package is to provide a first party package to developers,
6
6
where Neo4j can guarantee long term commitment and maintenance as well as being
7
7
fast to ship new features and high performing patterns and methods.
8
8
9
- Documentation: https://neo4j.com/docs/neo4j-genai -python/
9
+ Documentation: https://neo4j.com/docs/neo4j-graphrag -python/
10
10
11
11
Python versions supported:
12
12
@@ -147,7 +147,7 @@ poetry install
147
147
If you have a bug to report or feature to request, first
148
148
[ 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 ) .
149
149
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 ) .
151
151
152
152
If you're a Neo4j Enterprise customer, you can also reach out to [ Customer Support] ( http://support.neo4j.com/ ) .
153
153
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ A Knowledge Graph (KG) construction pipeline requires a few components:
34
34
This package contains the interface and implementations for each of these components, which are detailed in the following sections.
35
35
36
36
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 >`_.
38
38
39
39
**********************************
40
40
Knowledge 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>"]
21
21
license = " Apache License, Version 2.0"
22
22
readme = " README.md"
23
23
homepage = " https://neo4j.com/"
24
- repository = " https://github.com/neo4j/neo4j-genai -python"
24
+ repository = " https://github.com/neo4j/neo4j-graphrag -python"
25
25
26
26
[[tool .poetry .packages ]]
27
27
include = " neo4j_graphrag"
You can’t perform that action at this time.
0 commit comments