This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Technique Core Behavior Key Strength Major Weakness | |
| Metadata Filtering Filters docs by rigid metadata rules (author, date, region, permissions) Fast, deterministic, easy to interpret Ignores text content, cannot rank relevance | |
| Keyword Search (BM25) Finds docs with overlapping keywords Excellent for technical text, product names, structured data Misses synonyms or paraphrases | |
| Semantic Search (Embeddings) Finds docs with similar meaning Captures synonyms, context, and nuance Computationally heavier, may miss exact matches |