← 🤖 Retrieval & Agents
Advanced
Embedding Versions and Drift
Two versions of an embedding model produce unrelated coordinate systems, so a document's old and new vector are no more similar to each other than to a random document. Mixing them in one index cannot raise an error, which is why a half-finished migration returns confident nonsense at full speed.
Unlock the full curriculum — ₹2,000 / $25every concept + every answer · 6 months · no auto-renew
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
RAG & Agent System DesignWalk me through a RAG pipeline end-to-end, and tell me where it usually breaks→RAG & Agent System DesignHow would you chunk documents for retrieval, and how do you know your chunking is good?→ML System Design (Product)Design a music recommendation system (Spotify-style).→RAG & Agent System DesignKeyword search vs vector search: what does each actually buy you in a RAG system?→LLM & GenAI FundamentalsWhat are embeddings, and how do they make semantic search work?→LLM & GenAI FundamentalsWhy is the dot product the similarity score in attention and embeddings, and when should you normalize to cosine?→
