Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/extraction/audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ to transcribe speech to text, which is then embedded by using the NeMo Retriever

!!! important

Due to limitations in available VRAM controls in the current release, the RIVA ASR NIM microservice must run on a [dedicated additional GPU](support-matrix.md). For the full list of requirements, refer to [Support Matrix](https://docs.nvidia.com/deeplearning/riva/user-guide/docs/support-matrix/support-matrix.html).
Due to limitations in available VRAM controls in the current release, the RIVA ASR NIM microservice must run on a [dedicated additional GPU](support-matrix.md). For the full list of requirements, refer to [Support Matrix](https://docs.nvidia.com/deeplearning/riva/user-guide/docs/public/support-matrix/support-matrix.html).

This pipeline enables users to retrieve speech files at the segment level.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/extraction/quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ multimodal_test.pdf.metadata.json

For the full metadata definitions, refer to [Content Metadata](content-metadata.md).

We also provide a script for inspecting [extracted images](https://github.com/NVIDIA/nv-ingest/blob/main/src/util/image_viewer.py).
We also provide a script for inspecting [extracted images](https://github.com/NVIDIA/NeMo-Retriever/blob/26.03/src/util/image_viewer.py).

First, install `tkinter` by running the following code. Choose the code for your OS.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/extraction/user-defined-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ UDFs can be executed at different stages of the pipeline by specifying the `targ
- `broker_response` - Response message handling
- `otel_tracer` - OpenTelemetry tracing

> **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.
> **Note:** For the complete and up-to-date list of pipeline stages, see the [default_pipeline.yaml](https://github.com/NVIDIA/NeMo-Retriever/blob/26.03/config/default_pipeline.yaml) configuration file.

#### Target Stage Selection Examples

Expand Down
Loading