ask_video
Query natural language questions about local videos to get AI-generated answers with timestamps, letting you jump to the relevant moment.
Instructions
Ask a natural language question about your videos and get an AI-generated answer.
This tool uses RAG: it retrieves the most relevant transcript chunks from ChromaDB, then sends them as context to a Groq LLM (free tier) to generate a precise answer with timestamps so you can jump directly to the relevant moment in the video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Your question in plain English (e.g. "What are the three main topics discussed?") | |
| video_name | No | Optional — restrict to a specific video file (e.g. "tutorial.mp4") | |
| n_context_chunks | No | Number of transcript chunks to use as context (default: 4) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |