You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/extraction/releasenotes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ Highlights for the 26.05 release include:
37
37
### Models, OCR, and captioning
38
38
39
39
- Nemotron OCR v2 is the default OCR engine for Hugging Face and Helm NIM deployments, with CLI language selectors and unified OCR actors.
40
-
- Nemotron Parse is available as an alternate PDF extraction method (v1.2 HTTP interface; optional Helm NIM; local inference via vLLM where configured)
41
-
- VLM image captioning via vLLM (including Omni caption model profiles) addresses the capability deferred in 26.03
40
+
- Nemotron Parse is available as an alternate PDF extraction method (v1.2 HTTP interface; optional Helm NIM; local inference with vLLM where configured)
41
+
- VLM image captioning with vLLM (including Omni caption model profiles) addresses the capability deferred in 26.03
42
42
- vLLM-backed text and vision-language embedders, multimodal VL reranker, and torch 2.11 for local GPU installs
43
43
44
44
### Multimodal extraction
@@ -48,7 +48,7 @@ Highlights for the 26.05 release include:
48
48
49
49
### Retrieval and RAG
50
50
51
-
- Live RAG SDK with `Retriever.retrieve()`, reference answer generation `Retriever.answer()`, and optional batch operator graphs via LiteLLM (`[llm]` extra)
51
+
- Live RAG SDK with `Retriever.retrieve()`, reference answer generation `Retriever.answer()`, and optional batch operator graphs through LiteLLM (`[llm]` extra)
0 commit comments