Embedding Mismatch
A retrieval pipeline depends on the query and document representations being compatible.
Diagnose
Compare:
- Embedding model/version.
- Vector dimensions.
- Text preprocessing.
- Chunking strategy.
- Index freshness.
- Query-time configuration.
Fix → Verify → Prevent
Align the pipeline, rebuild affected vectors when needed, then compare retrieval quality against a stable evaluation set.