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
manifest.json pinned SHA-256 manifest of dev split
173
187
results/ gitignored benchmark outputs
174
188
175
189
examples/
@@ -216,6 +230,7 @@ change them, run `tests/test_pipeline.py` before AND after.
216
230
|`pipeline.py retrieve_k multiplier`|`2`| Retrieves 2x candidates for reranking; fewer reduces rerank benefit, more adds latency |
217
231
|`profiles/mapper.py DEFAULT_MAX_CANDIDATES_PER_ANCHOR`|`5`| Enough headroom to find non-noise candidates after sidebar/nav filtering |
218
232
|`profiles/mapper.py NOISE_CLS_RE`|`nav\|sidebar\|toc\|...`| Noise region detection for anchor filtering; too broad catches content, too narrow misses sidebars |
233
+
|`fetchers/passthrough.py`|`PASSTHROUGH_MAX_BYTES` env default `262144`| 256 KB ≈ 64K tokens; weather-like APIs fit, larger than local LLM contexts |
0 commit comments