Skip to content

Commit 67f3db3

Browse files
Merge pull request #50 from Lumen-Labs/development
chore(readme): fixed context example
2 parents 3e03cfc + 984c0ab commit 67f3db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Ask it a question it was never explicitly told the answer to:
5050
```python
5151
result = client.retrieveContext("Who organized AI events in London in Q1 2024?")
5252
# → "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
5454
```
5555

5656
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

Comments
 (0)