mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-26 11:53:53 +00:00
Adds a Claude Code plugin structure that exposes each NVIDIA DGX Spark
playbook as a triggerable skill, with an index skill ('dgx-spark') that
routes users to the right leaf based on intent and encodes the
relationship graph between playbooks (prerequisites, alternatives,
composes-with, upgrade paths).
Structure:
- overrides/*.md hand-curated frontmatter + Related sections
- scripts/generate.mjs zero-dep Node generator: nvidia + overrides → skills
- scripts/install.sh symlinks skills into ~/.claude/skills (--plugin mode available)
- skills/ committed, browsable, installable without Node
- .github/workflows/ auto-regenerates skills/ when playbooks/overrides change
Initial curated leaves: ollama, open-webui, vllm, connect-to-your-spark.
Remaining 37 leaves use generator fallback (title + tagline + summary
extracted from README) and can be curated incrementally via overrides/.
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
---
|
|
name: dgx-spark-rag-ai-workbench
|
|
description: Install and use AI Workbench to clone and run a reproducible RAG application — on NVIDIA DGX Spark. Use when setting up rag-ai-workbench on Spark hardware.
|
|
---
|
|
|
|
<!-- GENERATED:BEGIN from nvidia/rag-ai-workbench/README.md -->
|
|
# RAG Application in AI Workbench
|
|
|
|
> Install and use AI Workbench to clone and run a reproducible RAG application
|
|
|
|
This walkthrough demonstrates how to set up and run an agentic retrieval-augmented generation (RAG)
|
|
project using NVIDIA AI Workbench. You'll use AI Workbench to clone and run a pre-built agentic RAG
|
|
application that intelligently routes queries, evaluates responses for relevancy and hallucination, and
|
|
iterates through evaluation and generation cycles. The project uses a Gradio web interface and can work
|
|
with both NVIDIA-hosted API endpoints or self-hosted models.
|
|
|
|
**Outcome**: You'll have a fully functional agentic RAG application running in NVIDIA AI Workbench with a web
|
|
interface where you can submit queries and receive intelligent responses. The system will demonstrate
|
|
advanced RAG capabilities including query routing, response evaluation, and iterative refinement,
|
|
giving you hands-on experience with both AI Workbench's development environment and sophisticated RAG
|
|
architectures.
|
|
|
|
**Full playbook**: `/Users/jkneen/Documents/GitHub/dgx-spark-playbooks/nvidia/rag-ai-workbench/README.md`
|
|
<!-- GENERATED:END -->
|