docs: add user workflow + persona demo recordings - #6
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
e2e-recordings/2026-07-25-user-workflow/,e2e-recordings/2026-07-29-user-persona-demo/), linked from the top-level README.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.embedderbuild:fastapi==0.118.0capsstarlette<0.49.0butstarlette==0.49.1is pinned, breaking pip resolution. Bumped tofastapi==0.121.0. Needed to bring the stack up locally at all.Test plan
docker compose up --buildsucceeds with theembedderfix🤖 Generated with Claude Code