deploy-embeddings-brev

Deploy and smoke-test a Brev-hosted NVIDIA embedding NIM endpoint.

179|21|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/NVIDIA-Omniverse/content-agents --skill deploy-embeddings-brev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-embeddings-brev
Source: https://github.com/NVIDIA-Omniverse/content-agents/tree/main/.agents/skills/deploy-embeddings-brev
Command: npx skills add https://github.com/NVIDIA-Omniverse/content-agents --skill deploy-embeddings-brev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploys and smoke-tests a Brev-hosted NVIDIA embedding NIM endpoint for Content Agents.

Core Features & Use Cases

  • Rapidly deploys embedding endpoints for Content Agents and validates readiness.
  • Enables model sidecars, material clustering, and collection wiring via Brev endpoints.
  • Includes prerequisites, deployment steps, and health checks for reliable operation.

Quick Start

Use this skill to deploy a Brev embedding endpoint and run a readiness smoke test.

Frequently Asked Questions about deploy-embeddings-brev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an NVIDIA embedding NIM endpoint on a remote GPU instance?

You can deploy an NVIDIA embedding NIM endpoint by provisioning a remote GPU instance with Docker, setting the NGC_API_KEY to pull the model image, and executing the deployment steps through the Brev CLI to host the service.

What prerequisites are needed to host a Brev embedding endpoint for content agents?

Hosting a Brev embedding endpoint requires Brev CLI access, Docker installed on the remote GPU instance, an NGC_API_KEY for pulling NIM images, and local port-forward access. An optional NVIDIA_API_KEY enables hosted endpoint testing.

How do I run a health check or smoke test on a deployed Brev embedding endpoint?

After deploying the Brev embedding endpoint, you can run a readiness smoke test to validate health checks. This confirms the service is operational and ready to handle embedding requests for model sidecars and material clustering workflows.

When do I need a hosted embedding service for content agents?

A hosted embedding service is needed for content agents when your workflow requires model sidecars, material clustering, or collection wiring. Deploying a dedicated NIM endpoint ensures reliable access to vector representations in Brev-enabled environments.

Can I use a Brev endpoint to provide embeddings for material clustering and collection wiring?

Yes, you can use a Brev-hosted embedding NIM endpoint to provide the vector embeddings required for material clustering and collection wiring. The deployment includes smoke testing to ensure the endpoint is ready for these agent workflows.