Skip to content

Commit 7bccd8e

Browse files
kheiss-uwzoososahi
andauthored
Kheiss/fix build (#1567)
Co-authored-by: sosahi <syousefisahi@nvidia.com>
1 parent 83b538b commit 7bccd8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/extraction/content-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Describes the structural location of content within a document.
164164
| `span` | `int` | `-1` | Span identifier within a line, for finer granularity. |
165165
| `nearby_objects` | `NearbyObjectsSchema` | `NearbyObjectsSchema()` | Information about objects (text, images, structured data) near the current content. See [NearbyObjectsSchema](#nearbyobjectsschema). |
166166

167-
### `NearbyObjectsSchema` (Currently Unused)
167+
### `NearbyObjectsSchema` (Currently Unused) {#nearbyobjectsschema}
168168
Container for different types of nearby objects.
169169

170170
| Field | Type | Default Value | Description |
@@ -243,7 +243,7 @@ Specific metadata for audio content.
243243
| `audio_transcript` | `str` | `""` | Transcript of the audio content. |
244244
| `audio_type` | `str` | `""` | Type or format of the audio (e.g., `mp3`, `wav`). |
245245

246-
### `ErrorMetadataSchema` (Currently Unused)
246+
### `ErrorMetadataSchema` (Currently Unused) {#errormetadataschema}
247247
Metadata describing errors encountered during processing.
248248

249249
| Field | Type | Default Value | Description |
@@ -253,7 +253,7 @@ Metadata describing errors encountered during processing.
253253
| `source_id` | `str` | `""` | Identifier of the source item that caused the error, if applicable. |
254254
| `error_msg` | `str` | *Required* | The error message. |
255255

256-
### `InfoMessageMetadataSchema` (Currently Unused)
256+
### `InfoMessageMetadataSchema` (Currently Unused) {#infomessagemetadataschema}
257257
Informational messages related to processing.
258258

259259
| Field | Type | Default Value | Description |

docs/docs/extraction/user-defined-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ UDFs can be executed at different stages of the pipeline by specifying the `targ
305305
- `broker_response` - Response message handling
306306
- `otel_tracer` - OpenTelemetry tracing
307307

308-
> **Note:** For the complete and up-to-date list of pipeline stages, see the [default_pipeline.yaml](../../../config/default_pipeline.yaml) configuration file.
308+
> **Note:** For the complete and up-to-date list of pipeline stages, see the [default_pipeline.yaml](https://github.com/NVIDIA/nv-ingest/blob/main/config/default_pipeline.yaml) configuration file.
309309
310310
#### Target Stage Selection Examples
311311

0 commit comments

Comments
 (0)