-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename neo4j-genai references to neo4j-graphrag (#130)
* Sunset neo4j-genai package * Rename references to neo4j-genai to neo4j-graphrag * Readded suffixes to neo4j-graphrag-python * Update pyproject * Update neo4j_genai in documentation to neo4j_graphrag * Removed warning in neo4j_graphrag's init * Ruff formatting + rename neo4j-genai in User Guide * Poetry lock * Revert test_orchestrator * Update CHANGELOG
- Loading branch information
Showing
128 changed files
with
684 additions
and
657 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
sed -i.bak -e 's/## Next/## Next\n\n## ${{ steps.get-version.outputs.version }}/' CHANGELOG.md && rm CHANGELOG.md.bak | ||
- uses: EndBug/add-and-commit@v9 | ||
with: | ||
author_name: 'Neo4j-GenAI GitHub Action' | ||
author_name: 'Neo4j-GraphRAG GitHub Action' | ||
author_email: '[email protected]' | ||
message: 'Bump version to ${{ steps.get-version.outputs.version }}' | ||
add: "['pyproject.toml', 'CHANGELOG.md']" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
sed -i.bak -e 's/## Next/## Next\n\n## ${{ steps.get-version.outputs.version }}/' CHANGELOG.md && rm CHANGELOG.md.bak | ||
- uses: EndBug/add-and-commit@v9 | ||
with: | ||
author_name: 'Neo4j-GenAI GitHub Action' | ||
author_name: 'Neo4j-GraphRAG GitHub Action' | ||
author_email: '[email protected]' | ||
message: 'Bump version to ${{ steps.get-version.outputs.version }}' | ||
add: "['pyproject.toml', 'CHANGELOG.md']" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Neo4j-GenAI PR E2E Tests' | ||
name: 'Neo4j-GraphRAG PR E2E Tests' | ||
|
||
on: | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: neo4j_genai PR | ||
name: neo4j_graphrag PR | ||
on: pull_request | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Neo4j-GenAI Scheduled E2E Tests' | ||
name: 'Neo4j-GraphRAG Scheduled E2E Tests' | ||
|
||
on: | ||
schedule: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.