You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference.md
+122Lines changed: 122 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1443,6 +1443,14 @@ client.graph.add(
1443
1443
<dl>
1444
1444
<dd>
1445
1445
1446
+
**strict_ontology:**`typing.Optional[bool]` — When true, prevents extraction of generic Entity nodes that do not match the configured ontology.
1447
+
1448
+
</dd>
1449
+
</dl>
1450
+
1451
+
<dl>
1452
+
<dd>
1453
+
1446
1454
**user_id:**`typing.Optional[str]` — User ID is the ID of the user to which the data will be added. If not adding to a user graph, please use graph_id field instead.
1447
1455
1448
1456
</dd>
@@ -1536,6 +1544,14 @@ client.graph.add_batch(
1536
1544
<dl>
1537
1545
<dd>
1538
1546
1547
+
**strict_ontology:**`typing.Optional[bool]` — When true, prevents extraction of generic Entity nodes that do not match the configured ontology.
1548
+
1549
+
</dd>
1550
+
</dl>
1551
+
1552
+
<dl>
1553
+
<dd>
1554
+
1539
1555
**user_id:**`typing.Optional[str]` — User ID is the ID of the user to which the data will be added. If not adding to a user graph, please use graph_id field instead.
0 commit comments