Data & Analysis ✓ NVIDIA · Official nemotronretrievalfine-tuningembeddingsrerankingevaluation

Nemotron Retrieval Recipes

Plan, debug, tune, evaluate, export, and deploy Nemotron embedding and reranking recipes.

FollowSkills review · FSRS-2.0
Use with care
62/ 100 5-point scale 3.1 / 5
Trust21 / 25 · 4.2/5

The skill scopes Bash to repository inspection, help, dry-runs, and user-approved execution; requires data-governance confirmation before hosted SDG, protects NVIDIA_API_KEY/NGC_API_KEY, forbids broad environment dumps, and asks before deleting artifacts. Data flows and external API, GPU, Docker, Slurm, and NIM effects are disclosed. Four points are deducted for missing systematic privilege isolation, a general rollback procedure, and more granular command-level confirmation.

Reliability8 / 20 · 2.0/5

It documents stage contracts, config paths, profile invariants, dry-runs, failure localization, and abnormal-input checks, while making the current checkout authoritative. Static files do not prove the commands run in the assessed checkout, and several command, dependency-version, and deployment details require runtime validation. With no execution evidence, the score is capped and reduced to 8/20.

Adaptability12 / 15 · 4.0/5

Invocation conditions, embed/rerank routing, failure modes, non-fit cases, inputs, outputs, and stage selection are reasonably clear, including data-governance and credential concerns relevant to Chinese users. Core SDG, model-download, NGC/Docker, hosted-inference, and Hugging Face paths may depend on mainland-China network reachability, credentials, and GPUs, with no China-specific fallback documented; 3 points are deducted.

Convention11 / 15 · 3.7/5

The skill provides version 0.2.0, author, Apache-2.0 licensing, layered references, examples, limitations, output guidance, and maintenance/evaluation notes; the repository README describes synchronization and update mechanisms. It lacks a clear changelog, explicit maintainer/update owner for this skill, locked dependency guidance, and a fuller FAQ/troubleshooting path. The skill-card output format also does not perfectly match the SKILL.md's conditional format; 4 points are deducted.

Effectiveness6 / 15 · 2.0/5

The skill can route retrieval failures to the appropriate recipe family and provide stage commands, preview-versus-execution boundaries, metric interpretation, governance checks, and deployment diagnostics. BENCHMARK.md reports 40 tasks and with-skill results. Because the evaluation dataset is unavailable and the results are repository-authored claims not executed in this review, representative directly usable outputs and stable marginal benefit over manual work cannot be confirmed; the static score is 6/15.

Verifiability4 / 10 · 2.0/5

The fixed revision, source paths, stage commands, test commands, evaluation fixtures, and benchmark metrics provide useful audit trails. However, the benchmark dataset is unavailable, and there is no independently reproducible CI/test result or corroborating external evidence in the supplied files. Verification is therefore partial at 4/10.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • This is a source-only review; no command, test, dry-run, or deployment was executed.
  • The evaluation dataset cited by BENCHMARK.md was not supplied, so its results are limited repository-authored evidence.
  • In mainland-China environments, hosted SDG, model downloads, NGC/Docker, Hugging Face, and remote-cluster paths may be unreachable or require additional compliance and network arrangements.
  • Before Stage 0, confirm that corpus transfer to the configured inference endpoint is permitted; never expose credentials in commands, logs, or prompts.
See the full review method →

What does this skill do, and when should you use it?

Nemotron Retrieval Recipes is for NVIDIA Nemotron’s public embedding and reranking retrieval workflows. It maps retrieval failure modes to embedding or reranker recipes and reconciles commands, configurations, and paths with the current checkout. The skill covers data generation, training, evaluation, export, and deployment while prioritizing previews, configuration checks, and explicit approval for long-running work. It is best suited to engineering teams that already have the relevant repository, data, credentials, and compute resources.

Reads recipe, CLI, configuration, and reference files from the current checkout; uses uv run nemotron embed or uv run nemotron rerank help and dry-run commands to inspect the active interface; selects embedding or reranking based on candidate recall and top-rank ordering problems; recommends dotlist overrides, input paths, artifact roots, and stage ranges; and, with explicit approval, provides local, remote, export, or deployment commands plus validation signals and output paths.

  1. A retrieval team whose relevant documents are missing from the candidate set and needs an embedding-tuning path.
  2. A search team that retrieves the right documents but ranks them poorly near the top and needs reranker guidance.
  3. An engineer who wants to inspect model profiles, stage parameters, and output directories before running a recipe.
  4. A retrieval team comparing a base model with a tuned model on a fixed evaluation set.
  5. An operations engineer checking GPU, Docker, container, and credential requirements before export or deployment.

What are this skill's strengths and limitations?

Pros
  • Covers planning and troubleshooting across Nemotron embedding and reranking recipe stages.
  • Treats the current checkout as authoritative, reducing the risk of stale commands, flags, and paths.
  • Provides low-cost validation through help commands, dry runs, configuration review, and evaluation comparisons.
  • Defines concrete boundaries for data governance, secret handling, GPUs, Docker, and remote execution.
Limitations
  • Does not provide datasets, checkpoints, credentials, GPU capacity, Docker images, or NIM services.
  • Depends on the Nemotron recipe repository and its current file layout; missing files are blockers rather than cases for guessed commands.
  • Some stages require an NVIDIA API key, CUDA/NVIDIA drivers, Docker, or specific containers.
  • The supplied skill text provides no independent test results or platform-coverage evidence.

How do you install this skill?

Install the skill with the default skills CLI: npx skills add nvidia/skills --skill nemotron-retrieval-recipes --yes. Use --agent codex or another supported client option to select an installation target. The README does not document a separate manual-copy requirement for this skill; after installation, the agent uses it when it loads skills and encounters a relevant task.

How do you use this skill?

Invoke it with $nemotron-retrieval-recipes. For example, ask: “Recall is decent, but nDCG is poor and the right passage is around rank 40. Should I tune embed or rerank?” Confirm the recipe checkout, data paths, model profile, stage range, artifact root, execution mode, GPU resources, and configured credentials. Start with help or a dry run such as uv run nemotron rerank run -c default -d --from prep --to eval; do not launch API, GPU, Docker, Slurm, NIM, or other long-running work unless explicitly requested.

FAQ

Is this for general retrieval theory or vector database selection?
No. It is scoped to public Nemotron embed and rerank recipe flows. General retrieval theory, vector database selection, and non-recipe Docker, Slurm, or NIM troubleshooting are outside its scope.
Do I need GPUs or credentials?
It depends on the stage. Stage 0 SDG requires `NVIDIA_API_KEY`; Stages 1–3 require CUDA/NVIDIA driver availability and sufficient VRAM; export or deployment may require Docker, containers, and additional credentials.
Will it automatically start training or deployment?
Not by default. It recommends help, configuration checks, and dry runs first, and requires explicit user approval before running API, GPU, Docker, Slurm, NIM, or other long-running work.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

Nemotron Customization Pipelines

Plan, configure, and chain existing Nemotron steps for data preparation, training, alignment, conversion, optimization, and evaluation.

Data & Analysis ✓ NVIDIA · Official

Cosmos-Embed Video Retrieval & Fine-Tuning

Use Cosmos-Embed1 to embed, retrieve, deduplicate, and fine-tune video-text data.

Data & Analysis ✓ NVIDIA · Official

TAO CLIP Fine-Tuning and Deployment

Train and deploy NVIDIA TAO CLIP for image-text retrieval, zero-shot classification, and embedding extraction.

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge Recipe Recommender

Recommends adjustable Megatron Bridge recipes for your model, GPU budget, and training goal.

Data & Analysis ✓ NVIDIA · Official

NV Brain MRI Diffusion Fine-Tuner

Fine-tune the NV-Generate-CTMR diffusion UNet from NIfTI brain MRI training volumes.

Data & Analysis ✓ NVIDIA · Official

Clinical ASR Fine-Tuning

Fine-tune Parakeet TDT v2 with NeMo for clinical vocabulary and close the loop with offline KER evaluation.

Data & Analysis ✓ NVIDIA · Official

PAIDF AnomalyGen

Fine-tune, generate, evaluate, and refine synthetic anomaly images.

Automation & Ops ✓ NVIDIA · Official

Isaac for Healthcare E2E Workflow

Run the Isaac for Healthcare pipeline from recording through validation.

Automation & Ops ✓ NVIDIA · Official

Nemotron Safety Policy Generator

Generate deployable custom safety policies for NVIDIA Nemotron content-safety models.

Data & Analysis ✓ NVIDIA · Official

Nemotron Speech ASR Customization Orchestrator

Chooses and coordinates the lowest-cost path for adapting speech recognition to a domain or language.

Data & Analysis ✓ NVIDIA · Official

Cosmos Reason Video QA Fine-Tuning

A Cosmos-RL playbook for FSDP-based SFT, LoRA, evaluation, and AutoML of Cosmos3-Nano video QA models.

Data & Analysis ✓ NVIDIA · Official

TAO Metric-Learning Recognition

Train embedding models for fine-grained visual retrieval and matching.

Data & Analysis ✓ NVIDIA · Official

RAGAS RAG Quality Evaluator

Benchmark retrieval-augmented generation quality against filesystem datasets.

Dev & Engineering ✓ NVIDIA · Official

NeMo Evaluator Plugin Skill

Run and manage NeMo Platform model evaluations through the Evaluator CLI and Python SDK.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Adaptive Tuning

Tune NeMo Relay plugin behavior from runtime signals with measured, reversible rollouts.

Automation & Ops ✓ NVIDIA · Official

VSS Video Embedding Deployment

Deploy and operate NVIDIA’s video embedding service for files, text, and live streams.

Data & Analysis ✓ NVIDIA · Official

Clinical ASR Evaluation and KER Leaderboard

Evaluate clinical ASR manifests and isolate terminology-recognition failures.

Automation & Ops ✓ NVIDIA · Official

RAG Performance Benchmark

Benchmark a deployed NVIDIA RAG Blueprint server and expose latency, throughput, and bottleneck behavior from one YAML config.

Dev & Engineering ✓ NVIDIA · Official

DOCA Flow Tune

Guides engineers through snapshotting, analyzing, and optimizing live or captured DOCA Flow pipelines.

Automation & Ops ✓ NVIDIA · Official

Jetson nvpmodel Power Mode Customizer

Safely customize Jetson BSP power modes, frequency caps, and the boot-default profile.

Related skills