What problem does it solve? Deploying the NVIDIA VSS 3.2 GA Video Embedding (RT-Embed) microservice involves GPU prerequisites, NGC/Hugging Face credentials, a 20-minute first-boot model warmup, and a REST API with non-obvious constraints (live streams require SSE and chunk_duration > 0). This Skill gives an agent the exact Compose commands, environment variables, API call sequences, and troubleshooting steps to bring the service up and integrate it correctly. ## Core Features & Use Cases - Standalone Deployment: Bring up the rtvi-embed container with the bp_developer_search_2d Compose profile, correct env vars, and non-interactive sudo guards. - Embedding Operations: Generate text and video embeddings with Cosmos-Embed1-448p from uploaded files, HTTP/S3/file/data URLs, or live RTSP streams over SSE. - Integration & Troubleshooting: Wire Redis, Kafka, and OpenTelemetry peers, decode 400/409/422/503 error responses, and resolve model-download, permission, and healthcheck failures. - Use Case: An engineer asks an agent to start RT-Embed standalone on port 8017, wait for /v1/ready to return 200, and verify /v1/models reports cosmos-embed1-448p — the Skill supplies the full command sequence and the pitfalls to avoid. ## Quick Start Use the vss-deploy-video-embedding skill to bring up the RT-Embed service standalone on port 8017 and verify that /v1/ready returns 200 with cosmos-embed1-448p loaded.