diff --git a/docs/docs/extraction/audio.md b/docs/docs/extraction/audio.md index 3c09b455b3..ae158e88db 100644 --- a/docs/docs/extraction/audio.md +++ b/docs/docs/extraction/audio.md @@ -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. diff --git a/docs/docs/extraction/quickstart-guide.md b/docs/docs/extraction/quickstart-guide.md index 12e9e76218..5b29256965 100644 --- a/docs/docs/extraction/quickstart-guide.md +++ b/docs/docs/extraction/quickstart-guide.md @@ -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. diff --git a/docs/docs/extraction/user-defined-functions.md b/docs/docs/extraction/user-defined-functions.md index e2465dcacc..8c6cf4ec57 100644 --- a/docs/docs/extraction/user-defined-functions.md +++ b/docs/docs/extraction/user-defined-functions.md @@ -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