Retrieval relevance
Measure hit quality, ranking, required-document recall, and irrelevant-context pressure.
Evaluate the complete retrieval chain—not just the final answer. Prooflane separates retriever failures from generation failures and turns the evidence into release policy.
$ prooflane rag run --suite release retrieval quality 94 tool selection 100 grounded behavior 91 contract validity 100 baseline drift −12 answer chain 88 fault resilience 79 BLOCK · poisoning case newly failed evidence retained locally
Every score maps to evidence at the retrieval, tool, contract, and response layers.
Measure hit quality, ranking, required-document recall, and irrelevant-context pressure.
Verify the agent chooses the intended retriever with valid arguments and avoids redundant calls.
Check whether the answer uses retrieved evidence, cites support, and abstains when evidence is absent.
Validate retrieval and answer schemas so structural breakage cannot masquerade as quality drift.
Compare documents, ordering, metadata, and result shape against a versioned baseline.
Evaluate end-to-end faithfulness plus no-hit, timeout, partial, duplicate, stale, and poisoned cases.
Watch the query-to-retrieval-to-answer chain execute against reusable cases and explicit judging modes.
Run the baseline suite, introduce one synthetic poisoned document, inspect the failed dimension, and enforce the release gate.
prooflane rag run --suite releaseprooflane rag show <run-id> --case poisoned-policyprooflane gate --rag releaseThese views come from Prooflane fixture runs. Third-party model, target, and tool identifiers are permanently redacted in the published assets.

Sample evidence is generated from synthetic documents and authorized fixtures, not customer content. The report distinguishes relevance, grounded behavior, contracts, drift, resilience, and poisoning outcomes.
Version queries, expected evidence, assertions, and allowed abstentions.
Capture documents, ranking, metadata, timings, and tool behavior locally.
Inject no-hit, timeout, stale, duplicate, partial, and poisoning cases.
Compare with baseline and block meaningful quality or safety regressions.
prooflane rag run --suite release --json rag-run.json prooflane gate --rag release --baseline .prooflane/rag.json
See what changed, which layer failed, and whether the release should proceed.
30-day full-access trial. No credit card required.
Prooflane is beta software. RAG scores and findings are automated, may be incomplete, and do not guarantee answer accuracy, security, compliance, or freedom from hallucinations. Terminal output is illustrative; the product screenshot does not represent a customer result.