Skip to content

Commit

Permalink
Merge pull request #55 from liorkesos/main
Browse files Browse the repository at this point in the history
A few doc tweaks that slowed me down and could have been clearer
  • Loading branch information
swilly22 authored Jan 5, 2025
2 parents 3e38744 + 3288c1c commit 58e02db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ pip install graphrag_sdk[litellm]
[![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)

### Step 1: Creating Ontologies
Automate ontology creation from unstructured data or define it manually.
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)

```python
from dotenv import load_dotenv

import json
from graphrag_sdk.source import URL
from graphrag_sdk import KnowledgeGraph, Ontology
from graphrag_sdk.models.litellm import LiteModel
Expand Down

0 comments on commit 58e02db

Please sign in to comment.