ingest_video
Ingest a video into the RAG system for semantic search: transcribes with Whisper, chunks transcript, and stores embeddings in ChromaDB.
Instructions
Ingest a video file into the RAG system.
This transcribes the video using Whisper (locally, for free), splits the transcript into timed chunks, embeds them, and stores them in a local ChromaDB vector database for semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_path | Yes | Absolute or relative path to the video file. Supports .mp4, .mkv, .avi, .mov, .webm, .mp3, .wav, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |