Transcript Search
TranscriptSearchSearch saved Google Meet transcripts by keyword, attendee, organizer, or date range. Optionally use vector/hybrid search for semantic matching when OpenAI embeddings are configured.
Instructions
Search previously-persisted Meet transcripts (not live from Google). Combines full-text over subject/description/transcript body with optional vector/hybrid search when OpenAI embeddings are configured. Results are scoped to transcripts already ingested by the watcher or backfill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Search mode. `vector` and `hybrid` require OPENAI_API_KEY (or openai config in ~/.silkweave-meet/config.json). | fulltext |
| limit | No | ||
| query | No | Free-text search query. Omit to list without keyword filter (still honours the other filters). | |
| offset | No | ||
| attendee | No | Only match transcripts that include this attendee email. | |
| similarity | No | Minimum cosine similarity for vector/hybrid mode (default 0.8). | |
| startTimeTo | No | RFC3339 upper bound on the conference start time. | |
| startTimeFrom | No | RFC3339 lower bound on the conference start time. | |
| organizerEmail | No | Only match transcripts whose organiser is this user. |