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 RAGYou’ll sign in, choose a workspace if prompted, then follow the steps below.
What you’ll do
- 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).
- 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.
- Ingest — On Ingest, upload a small file (PDF or text). Wait for the API response; expand details if you want raw JSON.
- Query — On Query, run a semantic recall with terms from your file. Inspect scores, node ids, and provenance—empty results are honest, not padded.
- 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
-
Scoped memory
Everything runs in your workspace—not a generic index you can’t audit.
-
Inspectable retrieval
Recall returns structured hits you can open; chat shows how much context was injected.
-
No fake success
Errors and empty hits come straight from the API—there is no demo-only “always green” path.
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.