Skip to content

Commit 1c60712

Browse files
committed
phrasing
1 parent 93884c4 commit 1c60712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn/personalization/search_personalization.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ You send Meilisearch the user’s query along with a short description of their
2020

2121
In other words:
2222

23-
- You generate a compact, plain-text description of the user at search time. e.g "The user prefers genres like Documentary, Music, Drama. User engaged with content related to Rap or Hip-Hop."
24-
- Meilisearch combines it with the query and retrieved documents for that query.
25-
- The model then reorders results based on the user context so they feel more relevant to that user.
23+
- You generate a compact, plain-text description of the user at search time representing the user context. e.g "The user prefers genres like Documentary, Music, Drama. User engaged with content related to Rap or Hip-Hop."
24+
- Meilisearch retrieves documents based on the user's query.
25+
- The re-ranking model then reorders results based on the user context so they feel more relevant to that user.
2626

2727
## How do I get access to search personalization?
2828

0 commit comments

Comments
 (0)