f4f0328c43
Extracted from: https://github.com/temiroff/Blacknode.git Score: 1.0
11 lines
375 B
Markdown
11 lines
375 B
Markdown
# Examples: research-pipeline
|
|
|
|
## Usage Example
|
|
|
|
```python
|
|
# How to use this skill
|
|
# Inputs: URL of the Wikipedia page
|
|
# Process: Step 1: Import necessary modules from _bootstrap (NIM_MODEL, require_nim_api_key) and blacknode → Step 2: Require NVIDIA NIM API key using `require_nim_api_key()` → Step 3: Create a Graph instance `g`
|
|
# Outputs: Path to the summary file
|
|
```
|