Skip to content

History / Configuration Reference

Revisions

  • Update wiki for current v1 retrieval data

    @GiulioDER GiulioDER committed Aug 10, 2026
  • docs(wiki): filtered-ANN tuning is a truncation fix, not a recall win Both pages described the HNSW filtered-path tuning as fixing "poor recall". PR #57 measured it twice: truncation is eliminated in both, recall improves only on a fixture corpus the test rebuilds until it reproduces the pathology, and moves the other way on a normally-built one. relaxed_order fills to k with approximate matches — the trade is truncation for approximation. Same correction landing in README / FINDINGS / CHANGELOG. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    @GiulioDER GiulioDER committed Jul 23, 2026
  • docs(wiki): 14 pages — reference, architecture and evidence routing The repo already carries the narrative (README, docs/, results/). What it lacked was a reference surface: nothing documented the 28 RECALL_* variables or the 8 CLI subcommands in one place, and nothing mapped the modules. Organised by topic with audience-specific entry paths on Home, so the trust layer is written once rather than three times. No page states a measured figure, a config default or a CLI flag value. Those live in the repo, versioned with the code that produced them, and a second copy in a wiki — no CI, no review, no commit link — is somewhere for them to go stale. That is the failure mode this project exists to prevent, so shipping it in the project's own docs would be self-refuting. Pages route to FINDINGS / .env.example / --help instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    @GiulioDER GiulioDER committed Jul 23, 2026