Skip to content

Commit c90873c

Browse files
Update src/vss/personalized_recommendations.md
Co-authored-by: David Dougherty <[email protected]>
1 parent e2d6860 commit c90873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vss/personalized_recommendations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Imagine building a movie recommendation app that goes beyond keyword matching. Y
33
### Store movie documents with vector embeddings
44
Semantic search uses vector embeddings — numeric representations of text that capture meaning, enabling search by intent rather than keywords.
55

6-
We'll import a dataset of plot summaries, each paired with an embedding vector.
6+
You'll import a dataset of plot summaries, each paired with an embedding vector.
77

88
Each movie is stored as a JSON document with:
99
- `title`, `genres`, `year`, `plot`

0 commit comments

Comments
 (0)