Session chat is RAG (retrieval-augmented generation) over your meetings and notes. It lets you ask natural-language questions and get answers grounded in your own content, with citations to the source meeting.Documentation Index
Fetch the complete documentation index at: https://docs.hyprcore.ai/llms.txt
Use this file to discover all available pages before exploring further.
Two scopes
- Per-meeting chat. Open any meeting page → click Chat. The model has only that meeting’s transcript and notes as context.
- Global chat. Open the Chat section in the sidebar. The model can pull from any meeting in your knowledge base.
How it works
- You ask a question.
- Hyprcore embeds the question and finds the most relevant chunks of transcripts and notes.
- Those chunks are passed to the LLM with your question.
- The LLM answers and cites which meetings it used.
- You can click any citation to jump to the source.
Good questions to ask
- “What did we decide about pricing in the August roadmap meeting?”
- “List every action item assigned to me last week.”
- “What customers have asked about the API in the last 30 days?”
- “Has anyone on the team talked about ClickHouse?”
- “Summarize all my 1:1s with Sarah this quarter.”
Picking a model
The chat uses your default LLM, configured in Settings → Models → Post-processing. For session chat:- Claude Sonnet is the best default—long context, careful with citations.
- GPT-4o is a close second.
- Hyprcore Cloud uses Claude or GPT depending on the model you pick. Easiest because it’s one credit pool.
- Local Ollama works for short questions if you don’t want to spend credits, but quality drops with smaller models.
Filters
In global chat, you can scope the search before asking:- By folder. Only meetings inside a specific folder.
- By date. Last week, this quarter, custom range.
- By speaker. Meetings where a specific person spoke.
- By template. Only standups, only customer calls, etc.
What’s not yet supported
- Asking the model to take actions (creating meetings, editing notes). Today, chat is read-only over your vault.
- Citing audio timestamps. Citations point to the meeting and section, but not yet to a specific second of audio.

