From b9c93c4597771bea8689f224124f5dbf7a30316e Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Thu, 11 Jun 2026 12:52:48 -0700 Subject: [PATCH] docs: add Related Topics section to Quality Assessment & Filtering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The conceptual-topic documentation template requires a "Related Topics" section. This page is the NVIDIA tech-docs template-library's cited example for the Conceptual Topics template, but was missing that section. Adds a Related Topics list linking to four related text-curation pages (Text Quickstart, Process Data overview, Deduplication, Language Management) — each verified live. No other content is changed. Signed-off-by: Andrew Chen Co-Authored-By: Claude Opus 4.8 (1M context) --- .../curate-text/process-data/quality-assessment/index.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/versions/main/pages/curate-text/process-data/quality-assessment/index.mdx b/fern/versions/main/pages/curate-text/process-data/quality-assessment/index.mdx index fabac0d140..90bdd6743e 100644 --- a/fern/versions/main/pages/curate-text/process-data/quality-assessment/index.mdx +++ b/fern/versions/main/pages/curate-text/process-data/quality-assessment/index.mdx @@ -196,3 +196,10 @@ When filtering large datasets, consider these performance tips: 3. **Use vectorization**: Implement batched methods for compute-intensive filters 4. **Disk I/O**: Consider compression and chunking strategies for large datasets 5. **Distributed processing**: For TB-scale datasets, use distributed filtering with the XennaExecutor + +## Related Topics + +- [Get Started with Text Curation](/get-started/text) +- [Process Data for Text Curation](/curate-text/process-data) +- [Deduplication](/curate-text/process-data/deduplication) +- [Language Management](/curate-text/process-data/language-management)