AIInterviewTraining logoAIInterview/Training
🤖 Retrieval & Agents
Core

Late-Interaction Retrieval (ColBERT)

Late-interaction retrieval stores each document as one vector per token instead of a single pooled vector, then scores a query by adding up the best token-to-token matches (MaxSim). It falls between cheap single-vector bi-encoders and expensive cross-encoder rerankers: more precise than a single vector, far cheaper than running a full reranker on every candidate, yet with a heavy storage cost. AI, ML, and GenAI interviews test it because knowing when this middle tier earns its disk footprint shows real retrieval-architecture judgment.

a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
COMPANIES THAT ASSUME THIS
NEXT IN RETRIEVAL & AGENTSHybrid Search and Reciprocal Rank Fusion