-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy pathlatest.yml
More file actions
205 lines (205 loc) 路 9.65 KB
/
Copy pathlatest.yml
File metadata and controls
205 lines (205 loc) 路 9.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Latest authoring version. Release snapshots and the published latest alias are
# maintained on the CI-managed docs-website branch.
navigation:
- section: Getting Started
contents:
- page: Welcome
path: ./latest/pages/index.mdx
- page: Contributing
path: ./latest/pages/CONTRIBUTING.mdx
- section: Concepts
contents:
- page: Columns
path: ./latest/pages/concepts/columns.mdx
- page: Seed Datasets
path: ./latest/pages/concepts/seed-datasets.mdx
- page: Agent Rollout Ingestion
path: ./latest/pages/concepts/agent-rollout-ingestion.mdx
- section: Models
contents:
- page: Default Model Settings
path: ./latest/pages/concepts/models/default-model-settings.mdx
- page: Configure with the CLI
path: ./latest/pages/concepts/models/configure-model-settings-with-the-cli.mdx
- page: Custom Model Settings
path: ./latest/pages/concepts/models/custom-model-settings.mdx
- page: Model Providers
path: ./latest/pages/concepts/models/model-providers.mdx
- page: Model Configs
path: ./latest/pages/concepts/models/model-configs.mdx
- page: Inference Parameters
path: ./latest/pages/concepts/models/inference-parameters.mdx
- page: Custom Columns
path: ./latest/pages/concepts/custom_columns.mdx
- page: Validators
path: ./latest/pages/concepts/validators.mdx
- page: Processors
path: ./latest/pages/concepts/processors.mdx
- page: Record Selection
path: ./latest/pages/concepts/record-selection.mdx
- page: Workflow Chaining
path: ./latest/pages/concepts/workflow-chaining.mdx
- page: Person Sampling
path: ./latest/pages/concepts/person_sampling.mdx
- page: Traces
path: ./latest/pages/concepts/traces.mdx
- section: Tool Use & MCP
contents:
- page: Overview
path: ./latest/pages/concepts/tool_use_and_mcp.mdx
- page: MCP Providers
path: ./latest/pages/concepts/mcp/mcp-providers.mdx
- page: Tool Configs
path: ./latest/pages/concepts/mcp/tool-configs.mdx
- page: Enabling Tools
path: ./latest/pages/concepts/mcp/enabling-tools.mdx
- page: CLI Configuration
path: ./latest/pages/concepts/mcp/configure-mcp-cli.mdx
- page: Safety & Limits
path: ./latest/pages/concepts/mcp/safety-and-limits.mdx
- page: Architecture & Performance
path: ./latest/pages/concepts/architecture-and-performance.mdx
- page: Deployment Options
path: ./latest/pages/concepts/deployment-options.mdx
- page: Security
path: ./latest/pages/concepts/security.mdx
- section: Tutorials
contents:
- page: Overview
path: ./latest/pages/notebooks/README.mdx
- page: The Basics
path: ./latest/pages/notebooks/1-the-basics.mdx
- page: Structured Outputs, Jinja Expressions, and Conditional Generation
path: ./latest/pages/notebooks/2-structured-outputs-and-jinja-expressions.mdx
- page: Seeding with an External Dataset
path: ./latest/pages/notebooks/3-seeding-with-a-dataset.mdx
- page: Providing Images as Context
path: ./latest/pages/notebooks/4-providing-images-as-context.mdx
- page: Generating Images
path: ./latest/pages/notebooks/5-generating-images.mdx
- page: Image-to-Image Editing
path: ./latest/pages/notebooks/6-editing-images-with-image-context.mdx
- section: Recipes
contents:
- page: Recipe Cards
path: ./latest/pages/recipes/cards.mdx
- section: Image Generation
contents:
- page: Rich Document Image Generation
path: ./latest/pages/recipes/image_generation/rich_document_images.mdx
- page: Product Image Variations
path: ./latest/pages/recipes/image_generation/product_image_variations.mdx
- page: Funny Pet Image Edits
path: ./latest/pages/recipes/image_generation/funny_pet_image_edits.mdx
- page: Autonomous Vehicle Traffic Scenarios
path: ./latest/pages/recipes/image_generation/traffic_scenarios.mdx
- page: Synthetic Extremity X-rays
path: ./latest/pages/recipes/image_generation/medical_extremity_xrays.mdx
- page: Airport Baggage Screening Scans
path: ./latest/pages/recipes/image_generation/airport_security_scans.mdx
- page: Humanoid Robot Scene Understanding
path: ./latest/pages/recipes/image_generation/humanoid_robot_scene_understanding.mdx
- page: Crop Disease Detection Images
path: ./latest/pages/recipes/image_generation/agriculture_crop_imagery.mdx
- page: Drone Aerial Inspection
path: ./latest/pages/recipes/image_generation/drone_aerial_inspection.mdx
- section: Code Generation
contents:
- page: Text to Python
path: ./latest/pages/recipes/code_generation/text_to_python.mdx
- page: Text to SQL
path: ./latest/pages/recipes/code_generation/text_to_sql.mdx
- page: Nemotron Super Text to SQL
path: ./latest/pages/recipes/code_generation/enterprise_text_to_sql.mdx
- section: Plugin Development
contents:
- page: Markdown Section Seed Reader Plugin
path: ./latest/pages/recipes/plugin_development/markdown_seed_reader.mdx
- section: QA and Chat
contents:
- page: Product Info QA
path: ./latest/pages/recipes/qa_and_chat/product_info_qa.mdx
- page: Multi-Turn Chat
path: ./latest/pages/recipes/qa_and_chat/multi_turn_chat.mdx
- section: Trace Ingestion
contents:
- page: Agent Rollout Trace Distillation
path: ./latest/pages/recipes/trace_ingestion/agent_rollout_distillation.mdx
- section: MCP and Tool Use
contents:
- page: Basic MCP Tool Use
path: ./latest/pages/recipes/mcp_and_tooluse/basic_mcp.mdx
- page: PDF Document QA
path: ./latest/pages/recipes/mcp_and_tooluse/pdf_qa.mdx
- page: Nemotron Super Search Agent
path: ./latest/pages/recipes/mcp_and_tooluse/search_agent.mdx
- section: VLM Long-Document Understanding
contents:
- page: Seed Dataset Preparation
path: ./latest/pages/recipes/vlm_long_doc/seed_dataset_preparation.mdx
- page: Nemotron Parse OCR
path: ./latest/pages/recipes/vlm_long_doc/nemotron_parse_ocr.mdx
- page: Text QA from OCR Transcripts
path: ./latest/pages/recipes/vlm_long_doc/text_qa.mdx
- page: Page Classification
path: ./latest/pages/recipes/vlm_long_doc/page_classification.mdx
- page: Visual QA
path: ./latest/pages/recipes/vlm_long_doc/visual_qa.mdx
- page: Single-Page QA
path: ./latest/pages/recipes/vlm_long_doc/single_page_qa.mdx
- page: Multi-Page Windowed QA
path: ./latest/pages/recipes/vlm_long_doc/multi_page_windowed_qa.mdx
- page: Whole-Document QA
path: ./latest/pages/recipes/vlm_long_doc/whole_document_qa.mdx
- page: Frontier Judge QA Filter
path: ./latest/pages/recipes/vlm_long_doc/frontier_judge.mdx
- section: Plugins
contents:
- page: Overview
path: ./latest/pages/plugins/overview.mdx
- page: Example Plugin
path: ./latest/pages/plugins/example.mdx
- page: FileSystemSeedReader Plugins
path: ./latest/pages/plugins/filesystem_seed_reader.mdx
- page: Discover
path: ./latest/pages/plugins/discover.mdx
- section: Dev Notes
contents:
- page: Overview
path: ./latest/pages/devnotes/index.mdx
- page: Image Generation for Multimodal Data Pipelines
path: ./latest/pages/devnotes/posts/image-generation-for-multimodal-data-pipelines.mdx
- page: Designing Nemotron-Personas
path: ./latest/pages/devnotes/posts/nemotron-personas.mdx
- page: Prompt Sensitivity
path: ./latest/pages/devnotes/posts/prompt-sensitivity.mdx
- page: Retriever SDG Toolkit
path: ./latest/pages/devnotes/posts/retriever-sdg-toolkit.mdx
- page: Have It Your Way
path: ./latest/pages/devnotes/posts/have-it-your-way.mdx
- page: VLM Long Document Understanding
path: ./latest/pages/devnotes/posts/vlm-long-document-understanding.mdx
- page: Push Datasets to Hugging Face Hub
path: ./latest/pages/devnotes/posts/push-datasets-to-hugging-face-hub.mdx
- page: Text-to-SQL for Nemotron Super
path: ./latest/pages/devnotes/posts/text-to-sql.mdx
- page: Async All the Way Down
path: ./latest/pages/devnotes/posts/async-all-the-way-down.mdx
- page: Owning the Model Stack
path: ./latest/pages/devnotes/posts/owning-the-model-stack.mdx
- section: Older Dev Notes
collapsed: true
skip-slug: true
contents:
- page: Data Designer Got Skills
path: ./latest/pages/devnotes/posts/data-designer-got-skills.mdx
- page: Search Agent
path: ./latest/pages/devnotes/posts/search-agent.mdx
- page: Structured Outputs from Nemotron
path: ./latest/pages/devnotes/posts/structured-outputs-from-nemotron.mdx
- page: Deep Research Trajectories
path: ./latest/pages/devnotes/posts/deep-research-trajectories.mdx
- page: Design Principles
path: ./latest/pages/devnotes/posts/design-principles.mdx
- page: RQA Dataset
path: ./latest/pages/devnotes/posts/rqa.mdx