Recall & Review
beginner
What is an embedding model in the context of semantic search?
An embedding model converts words, sentences, or documents into numbers (vectors) that capture their meaning, so similar meanings have close vectors.
Click to reveal answer
beginner
Why do embedding models help improve search results compared to keyword matching?
Embedding models understand the meaning behind words, so they find results that are related in meaning, not just exact word matches.
Click to reveal answer
beginner
What is a vector in embedding models?
A vector is a list of numbers that represents the meaning of text in a way a computer can compare using math.
Click to reveal answer
intermediate
How does semantic search use embedding vectors to find relevant documents?
Semantic search compares the vectors of the query and documents, finding those with vectors close together, meaning similar meaning.
Click to reveal answer
intermediate
Name one common method to measure similarity between embedding vectors.
Cosine similarity measures the angle between two vectors to see how close their meanings are.
Click to reveal answer
What does an embedding model output for a given text input?
✗ Incorrect
Embedding models convert text into vectors that capture meaning.
Which of these best describes semantic search?
✗ Incorrect
Semantic search finds results based on meaning, not just exact words.
What is cosine similarity used for in embedding models?
✗ Incorrect
Cosine similarity measures how close two vectors are in direction, showing similarity.
Why are embedding vectors useful for computers?
✗ Incorrect
Computers work with numbers, so vectors let them understand text meaning mathematically.
Which is NOT a benefit of using embedding models for search?
✗ Incorrect
Embedding models go beyond exact word matches to find related meanings.
Explain how embedding models transform text for semantic search and why this helps find better results.
Think about how numbers can represent ideas.
You got /4 concepts.
Describe what cosine similarity is and how it is used to compare embedding vectors.
Imagine comparing directions of arrows.
You got /3 concepts.