Skip to content

Commit 58e02db

Browse files
authored
Merge pull request #55 from liorkesos/main
A few doc tweaks that slowed me down and could have been clearer
2 parents 3e38744 + 3288c1c commit 58e02db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ pip install graphrag_sdk[litellm]
4747
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/FalkorDB/GraphRAG-SDK/blob/main/examples/movies/demo-movies.ipynb)
4848

4949
### Step 1: Creating Ontologies
50-
Automate ontology creation from unstructured data or define it manually.
50+
Automate ontology creation from unstructured data or define it manually - See [example](https://github.com/falkordb/GraphRAG-SDK/blob/main/examples/trip/demo_orchestrator_trip.ipynb)
5151

5252
```python
5353
from dotenv import load_dotenv
54-
54+
import json
5555
from graphrag_sdk.source import URL
5656
from graphrag_sdk import KnowledgeGraph, Ontology
5757
from graphrag_sdk.models.litellm import LiteModel

0 commit comments

Comments
 (0)