Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Dec 23, 2024
1 parent cf0a13a commit c4b41a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ Nathan introduced intuitive examples that demonstrate the capabilities and trade
The talk also reviewed common industry use cases and discussed how graph data science practices can be implemented using Python open source tools. Additionally, Nathan presented the 'kglab' abstraction layer, which integrates various libraries into the PyData stack for enhanced graph technology utilization.
```

This example locates the talk by Paco Nathan using the `LOWER` function to match on the speaker's name, and returns the talk's title and description as requested in the question.
The description property is a free-form text field that's provided as context to the generation LLM, so it is able to use this infromation to answer the question.
This example locates the talk by Paco Nathan using the `LOWER` function to match on the speaker's name, and returns the talk's title and description.
The description property is a free-form text field that's provided as context to the generation LLM, so it is able to use this information to answer the question.

---

Expand Down

0 comments on commit c4b41a3

Please sign in to comment.