From b9749ce03964a0bd081cccd6bcb51e940d8a310d Mon Sep 17 00:00:00 2001 From: daniyalr Date: Mon, 13 Jul 2026 23:04:13 -0700 Subject: [PATCH] Fix README computation typo Signed-off-by: daniyalr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8435e431ba..1b5826ffa1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ NeMo Retriever Library is a scalable, performance-oriented framework for documen > [!Note] > NeMo Retriever extraction is also referred to as **NVIDIA Ingest** in some NVIDIA product materials. -NeMo Retriever Library enables parallelization of splitting documents into pages where artifacts are classified (such as text, tables, charts, and infographics), extracted, and further contextualized through optical character recognition (OCR) into a well defined JSON schema. From there, NeMo Retriever Library manages computaiton of embeddings for the extracted content as well as storing them in [LanceDB](https://lancedb.com/). +NeMo Retriever Library enables parallelization of splitting documents into pages where artifacts are classified (such as text, tables, charts, and infographics), extracted, and further contextualized through optical character recognition (OCR) into a well defined JSON schema. From there, NeMo Retriever Library manages computation of embeddings for the extracted content as well as storing them in [LanceDB](https://lancedb.com/). The following diagram shows the NeMo Retriever Library pipeline.