What problem does it solve?
Generating knowledge-enhanced video summary reports from the NVIDIA VSS blueprint requires deploying the RAG-enabled LVS profile, configuring Enterprise RAG endpoints, and driving a multi-step human-in-the-loop (HITL) workflow over HTTP. This Skill automates that entire process so users can produce document-grounded video analysis reports without memorizing API calls or config paths.
Core Features & Use Cases
- RAG-enabled LVS deployment: Configures and deploys the LVS developer profile with the shipped
config_rag.yml, including RAG_SERVER_URL and KNOWLEDGE_COLLECTION settings, while keeping secrets out of generated.env and resolved.yml.
- Guided HITL report workflow: Walks through the full HTTP HITL sequence—video selection, scenario, events, objects of interest, and confirmation—using
/v1/chat and execution polling endpoints.
- Enterprise RAG grounding: Enriches video reports with SOP, policy, or procedure context via the
frag_retrieval capability of the RAG-enabled agent config.
- Use Case: A warehouse safety team asks for a report on forklift incidents in a recorded video, grounded in their internal safety SOPs stored in an Enterprise RAG collection; the Skill deploys the stack, collects parameters, and returns a timestamped incident report with a PDF link.
Quick Start
Ask the agent to generate a RAG-enhanced video report for a chosen video, providing the scenario, events to detect, and optional objects of interest.