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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Ask it a question it was never explicitly told the answer to:
50
50
```python
51
51
result = client.retrieveContext("Who organized AI events in London in Q1 2024?")
52
52
# → "Emily organized the AI Ethics Meetup in London on 2024-03-08."
53
-
# → result.retrieveContext shows the full graph path used to derive this
53
+
# → result.triples shows the full graph path used to derive this
54
54
```
55
55
56
56
That trace is the difference. Not a similarity score. Not a nearest-neighbour guess. A **reasoned, walkable path through a knowledge graph** — built automatically from your raw text.
0 commit comments