Applied AI·Embeddings and retrieval
you run keyword search and vector search over the same corpus and merge the two result lists, because each one finds what the other misses.
Hybrid search
Draft summary, pending review
Running lexical and semantic search together and merging results, commonly with reciprocal rank fusion. The pragmatic production default: semantic recall for paraphrases, lexical precision for exact terms.