Artificial Intelligence

Embedding Drift

Changes in embedding vector distributions over time as the underlying data, vocabulary, or user behavior shifts. Drift degrades retrieval quality in RAG and search systems.

Why It Matters

Embedding drift silently degrades RAG quality. Regular monitoring and re-embedding are necessary to maintain search relevance.

Example

Product descriptions updated over six months cause the pre-computed embeddings to become stale — new searches return increasingly irrelevant results.

Think of it like...

Like a GPS map that has not been updated — the roads (data) have changed but the map (embeddings) still shows the old layout.

Related Terms