Built-in templates
Raven seeds General Assistant. You can create modes from templates such as:Create or edit
Dashboard → Modes:- Start from a template or blank
- Write the system prompt (this is instructions, not optional flavor)
- Add overlay quick actions
- Define notes sections used when summarizing
- Upload reference documents for RAG
Quick actions
Custom overlay buttons. Each sends a fixed prompt plus the live transcript and mode brief.Document upload (RAG)
- Add
.pdf,.docx,.txt, or.md(max 10 MB each) in the mode editor - The file is parsed, chunked (~500 words, overlap), and embedded on-device with
Xenova/all-MiniLM-L6-v2(first run may download ~30 MB) - Vectors stay in SQLite (
mode_context_chunks) - On Assist, Raven retrieves the top matches (token-capped) and injects them into the system prompt
What to upload
- Interview: JD, resume, company notes
- Sales: pricing, product specs
- Meetings: briefs, prior notes
Limits
- Documents belong to that mode only
- Re-upload replaces the previous file
- Local files only - no URL ingest
- Retrieval is cosine similarity in-process, not a hosted vector DB