Skip to content

Commit

Permalink
Update generator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol6 committed Nov 29, 2023
1 parent e6a812d commit 86a53fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/blog/posts/generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ Let's see how we can use Instructor to handle extraction from this real time str
#### Scenario

Imagine an e-commerce platform where we have:
- **a customer profile**: this includes a detailed history of purchases, browsing behavior, product ratings, preferences in various categories, search history, and even responses to previous recommendations. This extensive data is crucial for generating highly personalized and relevant product suggestions.
- **a list of candidate products**: these could be some shortlisted products we think the customer would like.

**a customer profile**: this includes a detailed history of purchases, browsing behavior, product ratings, preferences in various categories, search history, and even responses to previous recommendations. This extensive data is crucial for generating highly personalized and relevant product suggestions.

**a list of candidate products**: these could be some shortlisted products we think the customer would like.

Our goal is to re-rerank these candidate products for the best conversion and we'll use an LLM!

Expand Down

0 comments on commit 86a53fb

Please sign in to comment.