Products · Better RAG

Try Better RAG now

Test a Better RAG is the live UI against a running Amnesis API: real ingest, real recall, and Avatar chat with role and context_hits—so you can see truthful recall instead of a scripted demo.

Start the demo

Test a Better RAG

You’ll sign in, choose a workspace if prompted, then follow the steps below.

What you’ll do

  1. Open the live test — Use the button above (or /better_rag_demo.html). Keep the top bar on Test a Better RAG (not Admin preview).
  2. Sign in — Header Sign in opens the drawer. Register or log in. If your token has no workspace, pick one from the list or paste a workspace UUID.
  3. Ingest — On Ingest, upload a small file (PDF or text). Wait for the API response; expand details if you want raw JSON.
  4. Query — On Query, run a semantic recall with terms from your file. Inspect scores, node ids, and provenance—empty results are honest, not padded.
  5. Pilot chat — Ask what the workspace recalls. Check the role chip (Guide vs Avatar) and context hits on each turn so grounding is visible.

What “Better RAG” proves here

Running locally

First (recommended): run the stack from the repository (e.g. ./scripts/run.sh), then open /better_rag_demo.html on the same origin and follow the steps above in that UI. All product demos should work through the UI first.

Second (optional): Dev API console for raw fetch calls from the browser. Shell curl, seed scripts, and other CLIs are for **operators** and future CI / automation—not the default path for evaluators.

Try now Why Better RAG How it works