> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/curator/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/curator/_mcp/server.

# nemo_curator.stages.text.download.wikipedia.constants

## Module Contents

### Data

[`WIKIMEDIA_REQUEST_HEADERS`](#nemo_curator-stages-text-download-wikipedia-constants-WIKIMEDIA_REQUEST_HEADERS)

[`WIKIMEDIA_USER_AGENT`](#nemo_curator-stages-text-download-wikipedia-constants-WIKIMEDIA_USER_AGENT)

### API

```python
nemo_curator.stages.text.download.wikipedia.constants.WIKIMEDIA_REQUEST_HEADERS = {'User-Agent': WIKIMEDIA_USER_AGENT}
```

```python
nemo_curator.stages.text.download.wikipedia.constants.WIKIMEDIA_USER_AGENT = f'NeMo-Curator-WikipediaDownloader/{__shortversion__} ({__repository_url__})'
```