Align VLM caption model and MinIO defaults with runtime#1739
Open
kheiss-uwzoo wants to merge 3 commits intoNVIDIA:26.03from
Open
Align VLM caption model and MinIO defaults with runtime#1739kheiss-uwzoo wants to merge 3 commits intoNVIDIA:26.03from
kheiss-uwzoo wants to merge 3 commits intoNVIDIA:26.03from
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Align VLM caption model and MinIO defaults with runtime
Summary
This pull request updates NeMo Retriever Library extraction docs so they match current defaults: the VLM caption model name and links now point to Nemotron Nano 12B v2 VL, and MinIO / IMAGE_STORAGE_URI examples use the nv-ingest bucket path that matches docker-compose.yaml (MINIO_BUCKET / IMAGE_STORAGE_URI defaults).
Changes
quickstart-guide.md — Profile table: vlm row text and Build link updated from Llama 3.1 Nemotron 8B Vision to Nemotron Nano 12B v2 VL.
nv-ingest-python-api.md and python-api-reference.md — Caption note and sample model_name updated from nvidia/llama-3.1-nemotron-nano-vl-8b-v1 to nvidia/nemotron-nano-12b-v2-vl.
python-api-reference.md — Store-task MinIO example and tip: default URI from s3://nemo-retriever/... to s3://nv-ingest/... so documentation matches compose defaults and avoids users creating the wrong bucket.