docs(extraction): retarget GitHub source links after module reorg (NVBug 6179241)#2256
Draft
kheiss-uwzoo wants to merge 3 commits into
Draft
docs(extraction): retarget GitHub source links after module reorg (NVBug 6179241)#2256kheiss-uwzoo wants to merge 3 commits into
kheiss-uwzoo wants to merge 3 commits into
Conversation
…tadata Update ingest.py anchor to L1247-L1336 after service router growth; found during ::a on PR 2256.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retargets GitHub source-code deep links in extraction docs after the NeMo Retriever module reorg. The crawl failures were caused by moved
.pypaths in the repository, not by incorrect.mdpage content or nav structure.Root cause: Python modules moved from legacy paths (
vdb/,service/models/,evaluation/) to their current locations (common/vdb/,common/schemas/,operators/,tools/evaluation/). Doc hrefs were not updated when the code moved.Scope (path-only, no prose/nav changes):
vdbs.mdvdb/lancedb.py,vdb/adt_vdb.py→common/vdb/;vdb/operators.py→operators/vdb.py; tree links →common/vdbcustom-metadata.mdservice/models/*.py→common/schemas/; VDB tree links →common/vdbworkflow-document-ingestion.mdevaluation/README.md→tools/evaluation/README.md(same anchor)Out of scope (handled elsewhere): custom-metadata page consolidation (#2195 / #2203), MkDocs anchors (#2245), support-matrix edits.
Fixes the 10 broken GitHub deep links on the latest extraction track (NVBug 6179241). 26.3.0 was already resolved in #2249 / #2250.
Test plan
maindocs.nvidia.com/nemo/retriever/latest/extraction/— expect 0 broken content links on these three pagescustom-metadata.md, cherry-pick or rebase this commit onto the consolidatedvdbs.mdpaths only