You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Retriever | Avg Time (s) | Avg LLM Calls | Hit@1 | Hit@10 | Total Cost (USD) |
122
141
|---|---:|---:|---:|---:|---:|
123
-
|**Block**|5.47|1.00| 1.00 | 1.00 | 0.0762|
124
-
|**Vertical**|7.31|1.60|1.00|1.00| 0.1486|
125
-
|**Beam**|20.18| 4.60| 0.60 |0.80| 0.1328|
142
+
|**Block**|7.95|2.8| 1.00 | 1.00 | 0.1670|
143
+
|**Vertical**|17.85|5.8|0.40|0.80| 0.1438|
144
+
|**Beam**|17.41| 4.8| 0.60 |1.00| 0.1338|
126
145
127
-
`Block` is the best default on this `context7` snapshot: same retrieval quality as `Vertical`, with lower latency and fewer model calls. `Beam` is still workable, but it trails clearly on retrieval accuracy.
146
+
`Block` is the best default: perfect Hit@1 across both models. `Beam` and `Vertical` are sensitive to model version — `Block` is the most robust choice.
128
147
129
148
These numbers are benchmark snapshots, not hard guarantees; exact cost and latency will vary with model choice, provider pricing, prompt-cache behavior, and corpus shape.
0 commit comments