All projects

DocVerify

Answers from your documentation, with proof.

Answers questions from a set of documents, then checks every individual claim in the answer against those documents before showing it. It also flags where the docs themselves drift.

Role
Built solo
Status
Open source: Code is public on GitHub
Availability
Code is public on GitHub.

Why it exists

An AI answer that sounds right is worse than no answer when nobody can check it. DocVerify shows its work claim by claim.

What it does

  • Claim-level verification with term grounding, a DeBERTa NLI model and RAGAS scoring.
  • Corrects documentation drift over time and writes an audit report.

How it’s built

  • Deterministic checks run first; models run second.
  • Packaged with Docker.
  • Python
  • LangGraph
  • DeBERTa NLI
  • RAGAS
  • Docker