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"