We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 758862b + 3ba928e commit 95b0186Copy full SHA for 95b0186
graphrag_sdk/ontology.py
@@ -7,6 +7,7 @@
7
from typing import Optional, Union
8
from graphrag_sdk.source import AbstractSource
9
from graphrag_sdk.models import GenerativeModel
10
+from graphrag_sdk.steps.create_ontology_step import CreateOntologyStep
11
from .attribute import Attribute, AttributeType
12
13
logger = logging.getLogger(__name__)
0 commit comments