Same recall as a vector database —
but it knows when it's wrong.
In a controlled run on web-crawled Wikipedia science articles, Turing Tree retrieved with the same embeddings as a classic vector DB — so it found exactly what the vector DB found. Then it flagged every off-topic question the vector DB answered silently and wrongly.
Returns a confident-looking top-k for every question — including ones the corpus can't answer. Off-topic queries come back silently wrong.
Measures the shape of each retrieval and abstains on 100% of off-topic queries — while never abstaining on a real in-corpus one.
Measured: 6 docs / 90 chunks, local Ollama, top-k = 5. Reproduce with
python scripts/benchmark_rag.py — full method & caveats in
docs/benchmark.md.