Skip to content

Commit 2f68dbb

Browse files
committed
Remove docs and installation of graphviz
1 parent 225237b commit 2f68dbb

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

.github/workflows/pr-e2e-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
- 6333:6333
5050

5151
steps:
52-
- name: Install graphviz package
53-
run: sudo apt install graphviz graphviz-dev
5452
- name: Check out repository code
5553
uses: actions/checkout@v4
5654
- name: Docker Prune

.github/workflows/pr.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
matrix:
99
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1010
steps:
11-
- name: Install graphviz package
12-
run: sudo apt install graphviz graphviz-dev
1311
- name: Check out repository code
1412
uses: actions/checkout@v4
1513
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/scheduled-e2e-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
- 6333:6333
5858

5959
steps:
60-
- name: Install graphviz package
61-
run: sudo apt install graphviz graphviz-dev
6260
- name: Check out repository code
6361
uses: actions/checkout@v4
6462
- name: Docker Prune

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ the extra dependencies described below:
5959
- **pinecone**: store vectors in Pinecone
6060
- **qdrant**: store vectors in Qdrant
6161
- **experimental**: experimental features mainly related to the Knowledge Graph creation pipelines.
62-
- Warning: this dependency group requires `pygraphviz`. See below for installation instructions.
6362

6463

6564
Install package with optional dependencies with (for instance):
@@ -68,11 +67,6 @@ Install package with optional dependencies with (for instance):
6867
pip install "neo4j-graphrag[openai]"
6968
```
7069

71-
#### pygraphviz
72-
73-
`pygraphviz` is used for visualizing pipelines.
74-
Installation instructions can be found [here](https://pygraphviz.github.io/documentation/stable/install.html).
75-
7670
## 💻 Example Usage
7771

7872
The scripts below demonstrate how to get started with the package and make use of its key features.

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ List of extra dependencies:
9898
- **pinecone**: store vectors in Pinecone
9999
- **qdrant**: store vectors in Qdrant
100100
- **experimental**: experimental features mainly from the Knowledge Graph creation pipelines.
101-
- Warning: this requires `pygraphviz`. Installation instructions can be found `here <https://pygraphviz.github.io/documentation/stable/install.html>`_.
102101
- nlp:
103102
- **spaCy**: load spaCy trained models for nlp pipelines, used by `SpaCySemanticMatchResolver` component from the Knowledge Graph creation pipelines.
104103
- fuzzy-matching:

0 commit comments

Comments
 (0)