Interview Guides
You are building retrieval for an LLM feature that searches a mixed corpus of documents, tickets, and notes. Some queries need exact constraints like source, date, tenant, or document type, while others depend on semantic meaning.
Walk me through metadata filtering versus vector similarity. When would you use which?