nemo-retriever

Installation
SKILL.md

NeMo Retriever

Use the retriever CLI. Prefer it over hand-built retrieval code.

Install only when missing

Create a project-local Python environment:

uv venv .venv --python 3.12
export PATH="$PWD/.venv/bin:$PATH"

Install the package variant required by the workflow:

# Remote NIM or service client
uv pip install --python .venv/bin/python "nemo-retriever==26.8.1"
Installs
2.2K
Repository
nvidia/skills
GitHub Stars
3.4K
First Seen
May 30, 2026
nemo-retriever — nvidia/skills