Commit b0544d8
docs(data-designer-retrieval-sdg): use NVIDIA-NeMo plugin index in README install steps (#47)
The plugin is distributed from the NVIDIA-NeMo plugin index on GitHub
Pages, not PyPI. The README still showed a bare
`pip install data-designer-retrieval-sdg` instruction, which 404s.
Replace the Installation section with three install variants, all
layering the NVIDIA-NeMo index alongside PyPI so transitive dependencies
(data-designer, nltk, pyarrow, pyyaml) still resolve from PyPI:
- `uv pip install` for one-shot installs
- `uv add` for projects managed by uv
- `pip install` with `--index-url` / `--extra-index-url` for pip users
Also drop the stray "single PyPI package" / "the same pip install"
phrasings in the Plugins section.
Verified end-to-end in a fresh venv: install resolves
`data-designer-retrieval-sdg==0.1.0` from the NVIDIA-NeMo index, the
CLI binary works, and both `embedding-dedup` and `document-chunker`
entry points pass `assert_valid_plugin()`.
Signed-off-by: Steve Han <sthan@nvidia.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 9910bfe commit b0544d8
1 file changed
Lines changed: 35 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
39 | 52 | | |
40 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
41 | 57 | | |
42 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
43 | 73 | | |
44 | 74 | | |
45 | 75 | | |
| |||
0 commit comments