Database / Vector database interview questions
How should you handle embedding model upgrades in production?
Use dual-write or shadow indexing to re-embed content into a new index while serving from the old one. Validate relevance metrics before cutover and keep rollback paths ready.
More Related questions...