Open
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.
Overview
Documentation updates for the NeMo Retriever docs site: consistent NeMo Retriever Library naming, clearer Get Started and deployment-mode guidance, a World-class performance CTA, and CTAs that explicitly call out hosted NIMs, local Hugging Face, and self-hosted options.
mkdocs.ymlis aligned with these content changes.Changes by File
• Add Get Started section with CTA to Library Mode quickstart as the primary path for workloads <100 PDFs.
• Add World-class performance link to Benchmarks & Comparison (
extraction/benchmarking.md).• In Related Topics, state that embedding and reranking support hosted NIMs, local HF, and self-hosted; add "(hosted NIM, local HF, self-hosted)" to the Embedding and Reranking NIM links.
embed()note, add that embedding supports hosted NIM (default), local Hugging Face models, or self-hosted endpoint.overview.md(was external URL).• Add that the page is self-hosted multimodal embedding and that text embedding/reranking also support hosted NIMs and local Hugging Face.
• In note for default tokenizer, add "runs locally (local HF)".
site_name: "NeMo Retriever Documentation" → "NeMo Retriever Library Documentation".• Nav top-level: "NeMo Retriever" → "NeMo Retriever Library".
• Add comment that Get Started CTA points to Library Mode QuickStart for workloads <100 PDFs.
• Performance nav: "Benchmarking" → "Benchmarks & Comparison" (same
extraction/benchmarking.md).Summary
.md, 1mkdocs.yml).