Experiment - Hybrid search (semantic + keyword)
Problem:You have built a hybrid search system combining semantic search and keyword search. The current system returns relevant results for keyword queries but struggles with semantic queries, showing low recall and precision.
Current Metrics:Keyword search recall: 85%, precision: 80%; Semantic search recall: 60%, precision: 55%; Hybrid search recall: 65%, precision: 60%
Issue:The hybrid search system underperforms on semantic queries, causing overall lower recall and precision than expected.