Skip to content

docs: add user workflow + persona demo recordings - #6

Merged
as791 merged 1 commit into
mainfrom
docs/persona-demo-recordings
Jul 29, 2026
Merged

docs: add user workflow + persona demo recordings#6
as791 merged 1 commit into
mainfrom
docs/persona-demo-recordings

Conversation

@as791

@as791 as791 commented Jul 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Two real, browser-driven e2e recordings against the current local stack (e2e-recordings/2026-07-25-user-workflow/, e2e-recordings/2026-07-29-user-persona-demo/), linked from the top-level README.
  • Persona demo shows the few-shot Domains feature: same specific-action query under General (0 results), a fresh empty domain (0 results), and a trained persona domain (24/24 results, 88% confidence) — narrated, each segment synced to its own audio.
  • Fixes the embedder build: fastapi==0.118.0 caps starlette<0.49.0 but starlette==0.49.1 is pinned, breaking pip resolution. Bumped to fastapi==0.121.0. Needed to bring the stack up locally at all.

Test plan

  • docker compose up --build succeeds with the embedder fix
  • Both recordings captured against a live local stack (real Google SSO, real uploads, real Qdrant/Ollama)
  • Reviewer: confirm videos play and READMEs render correctly on GitHub

🤖 Generated with Claude Code

Two real, browser-driven e2e recordings against the current local stack:
- 2026-07-25-user-workflow: full SSO -> upload -> pipeline -> search ->
  frame modal -> ask/chat walkthrough on the v2 stack.
- 2026-07-29-user-persona-demo: few-shot domain adaptation demo — same
  specific-action query (not a generic term) under General (0 results),
  a freshly created empty domain (0 results), and a trained persona
  domain (24/24 results, 88% confidence) — narrated, per-segment synced.

Also fixes the embedder build: fastapi==0.118.0 caps starlette<0.49.0 but
starlette==0.49.1 was pinned, breaking pip resolution. Bumped fastapi to
0.121.0 (starlette<0.50.0 ceiling) — needed to bring the stack up locally
at all, which both recordings depend on.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@as791
as791 merged commit b7fd122 into main Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant