Get a corpus overview
Summarize an entire video collection - themes, subjects, content types, patterns, and key statistics - in a single request.
Prerequisites
- Complete the Quickstart to create a knowledge store with at least one item in
readystatus. - Read Create a response to understand the request and response format.
When to use this
- Starting work with a new collection and want to understand what’s in it
- Feeding collection context to a downstream agent or pipeline
- Generating collection summaries for a dashboard or UI
Get a plain text overview
Send a natural-language prompt asking for a summary. Jockey reasons across all videos in the knowledge store and returns a prose overview.
Get a structured overview
Add a JSON Schema to get machine-readable output you can parse programmatically. The schema defines the fields Jockey fills in - video count, themes, content types, key subjects, and a summary.
Variations
- Domain-focused: Add instructions like “You are a media analyst” to shape the overview for a specific audience
- Comparative: “How does this collection compare to a typical corporate training library?”
- Gap analysis: “What topics are underrepresented in this collection?”
Jupyter notebook
Download the notebook to run this recipe interactively.
See also
- Organize a video library - uses a corpus overview as step 1
- Structured output - more on JSON Schema responses