AppliedAIPrep logoAppliedAI/Prep
🤖 Retrieval & Agents
Core

Late-Interaction Retrieval (ColBERT)

Late-interaction retrieval represents each document as one vector per token rather than a single pooled vector, then scores a query by summing the best token-to-token matches (MaxSim). It sits 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, but with a large storage cost. Applied AI interviews probe it because knowing when this middle tier is worth 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