docs: update docs and release notes for fused iterate-extract (PR #1458) - #1684
Merged
Conversation
jgerh
reviewed
Mar 30, 2026
jgerh
left a comment
Contributor
There was a problem hiding this comment.
Completed tech pubs review and provided a few copyedits
Contributor
There was a problem hiding this comment.
Delete horizontal divider in the rendered output
…(PR #1458) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Revert 26.02 release notes line to avoid referencing 26.04 class name in wrong version section. Update custom.mdx wording to reflect that the fused step maps to multiple abstract base classes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Apply tech pubs copyedits: add periods to list items, fix link spacing,
backtick code references, correct product names (FastText, GLiNER),
replace OOM'd with "ran out of memory", rewrite component descriptions
for clarity, convert <Note> to :::{note} directive, remove horizontal
dividers, and align fern/non-fern breaking changes (add Three-Stage
Pipeline entry to non-fern).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Lawrence Lane <llane@nvidia.com>
Release notes live in fern only; remove docs/ changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: jgerh <163925524+jgerh@users.noreply.github.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: jgerh <163925524+jgerh@users.noreply.github.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: jgerh <163925524+jgerh@users.noreply.github.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: jgerh <163925524+jgerh@users.noreply.github.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: jgerh <163925524+jgerh@users.noreply.github.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: jgerh <163925524+jgerh@users.noreply.github.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Contributor
Author
|
@claude review |
Contributor
Author
|
/claude review |
Comment on lines
+248
to
+250
| :::{note} | ||
| Data acquisition includes basic content-level deduplication during extraction (such as removing duplicate HTML content within individual web pages). This is separate from the main deduplication pipeline stages (exact, fuzzy, and semantic deduplication) that operate on the full dataset after acquisition. | ||
| </Note> | ||
| ::: |
Contributor
There was a problem hiding this comment.
Bug: The rest of the v26.04 fern docs consistently use <Note>/</Note> syntax (e.g., installation.mdx, dedup.mdx, index.mdx). This :::{note} / ::: syntax is inconsistent and may not render correctly in fern.
Suggested change
| :::{note} | |
| Data acquisition includes basic content-level deduplication during extraction (such as removing duplicate HTML content within individual web pages). This is separate from the main deduplication pipeline stages (exact, fuzzy, and semantic deduplication) that operate on the full dataset after acquisition. | |
| </Note> | |
| ::: | |
| <Note> | |
| Data acquisition includes basic content-level deduplication during extraction (such as removing duplicate HTML content within individual web pages). This is separate from the main deduplication pipeline stages (exact, fuzzy, and semantic deduplication) that operate on the full dataset after acquisition. | |
| </Note> |
sarahyurick
reviewed
Apr 1, 2026
| - **InternVideo2 Removed**: Video pipelines must use alternative embedding models (Cosmos-Embed1) | ||
| - **ID Field Standardization**: Custom deduplication workflows may need updates to use standardized ID field names | ||
| - **InternVideo2 Removed**: Video pipelines must use alternative embedding models (Cosmos-Embed1). | ||
| - **ID Field Standardization**: Custom deduplication workflows may need updates to use standardized ID field names. |
Contributor
There was a problem hiding this comment.
fyi this one was for 26.04, not 26.02 (#1390). Can't tell which one it's supposed to be associated with here.
Remove ID Field Standardization entries from non-fern 26.02 release notes since PR #1390 is a 26.04 feature. Remove fused iterate-extract entry from same section (26.04 via PR #1458). Remove remaining horizontal divider in custom.mdx. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Restore docs/about/release-notes/index.md to staging state; this PR should not modify the non-fern release notes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
Keep both fused iterate-extract stages (PR #1458) and new staging content (inference server, workflow results, CVE fixes, etc.) in the fern release notes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
sarahyurick
approved these changes
Apr 6, 2026
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.
Description
Updates v26.04 fern documentation and release notes to reflect the fused document iterate and extract stages from #1458. Replaces the 26.02 fern release notes with a 26.04 skeleton including the fused stages entry and breaking changes. Updates the data acquisition concepts page from four-stage to three-stage architecture, updates the custom data loading guide from 4-step to 3-step, and adds a 26.04 section to the non-fern release notes with matching content.
Usage
Checklist