Nvidia · Filed Feb 28, 2025 · Published Sep 3, 2026 · verified — real USPTO data

Nvidia Patents a Smarter Way to Feed Documents Into AI Search Systems

When an AI assistant searches a long document for an answer, how it slices that document up first turns out to matter enormously. Nvidia's new patent tackles exactly that slicing problem.

A diagram of a Retrieval Augmented Generation (RAG) system, showing how a user interacts with a client device to access an AI search system and a data store. Drawing from patent filing US 2026/0259909 A1.
A diagram of a Retrieval Augmented Generation (RAG) system, showing how a user interacts with a client device to access an AI search system and a data store.
See all 17 drawings from this filing ↓
Publication number US 2026/0259909 A1
Applicant NVIDIA Corporation
Filing date Feb 28, 2025
Publication date Sep 3, 2026
Inventors Ram Rangan, Vladimir Getselevich, Deep Shekhar, Anjul Patney
CPC classification 707/748
Grant likelihood Medium
Examiner RAJAPUTRA, SUMAN (Art Unit 2163)
Status Docketed New Case - Ready for Examination (Aug 11, 2026)
Document 21 claims

How Nvidia's document-chunking patent fixes AI search

A research report sits on a server. An AI assistant needs to answer a question about it. The assistant doesn't read the whole thing, instead it chops the document into pieces, searches those pieces, and returns the most relevant one. If the chops are in the wrong places, the answer comes back incomplete or wrong.

Nvidia's patent describes a system that cuts documents at topic boundaries rather than at fixed word counts. The system reads through a document, tags each paragraph or sentence with labels about what it covers, then groups neighboring sections that share similar labels into one chunk. The result is chunks that follow the document's natural structure instead of arbitrary size limits.

The chunks are then converted into numerical summaries (called embeddings) that an AI can compare against a user's question. Because each chunk represents a coherent idea rather than a random slice, the AI is more likely to retrieve something useful. Nvidia's push into enterprise AI software makes this kind of plumbing work increasingly central to its broader product story.

From the filing · THE ABSTRACT
Disclosed are apparatuses, systems, and techniques for efficient retrieval-augmented generation (RAG) processing that uses flexible content-based document segmentation.

Translation: Nvidia patented a new way to break apart documents to help AI systems search and retrieve information more efficiently.

How the system scores and groups document sections

The patent describes a pipeline with four main steps:

  • Content metadata extraction: The system analyzes a document and builds a profile of what kinds of content appear in it, topics, themes, structural categories, and where they appear.
  • Unit-level tagging: Each small unit of the document (a sentence or paragraph) gets assigned one or more metadata values describing which categories it belongs to.
  • Similarity-based segmentation: The system computes a similarity score between neighboring units by aggregating their metadata values. Units whose scores cross a threshold get grouped into the same segment. This means segments can be short or long depending on how quickly the document shifts topics, there is no fixed chunk size.
  • Embedding generation and storage: Each segment is passed through an embedding model (a neural network trained to place semantically similar text near each other in a high-dimensional numerical space). The resulting embeddings are stored in a database for fast lookup at query time.

The key technical claim is that segment boundaries are determined by content similarity rather than token count. This is sometimes called semantic chunking, but Nvidia's version makes the similarity calculation explicit and configurable via the threshold score parameter.

From the filing · CLAIM 1
… segmenting, by the processing device, the document into a plurality of segments, wherein each segment of at least a subset of the plurality of segments is obtained by grouping multiple units of the plurality of units of the document, the multiple units characterized by a similarity score above a threshold score …

Translation: The system divides a document into chunks by grouping together sections that share a high level of similarity based on content metadata.

What this means for AI tools that search your files

Most people who use AI assistants built on company documents, internal wikis, legal contracts, research archives, have probably noticed the system occasionally returning an answer that's half a thought, as if it grabbed the wrong piece of a sentence. That failure often comes from naive document splitting.

A system that cuts at topic boundaries instead of word limits would return more complete context to the AI, which translates to fewer half-answers and fewer cases where you have to rephrase the question and try again. For enterprise tools where document accuracy is the whole point, that's a meaningful quality improvement. Whether Nvidia builds this into a product or licenses the approach as infrastructure is a separate question.

This is the 16th Nvidia filing we've tracked in AI assistants and agents since May, adding to work like speaker memory tracking and universal robot control.

Editorial take

If you have ever asked an AI assistant a direct question about a document and gotten back an answer that starts mid-thought or trails off before the relevant part, you have already felt this problem. The tool was not stupid; it was handed a badly cut slice of the source material.

What Nvidia is patenting here is a smarter way to divide documents before the AI ever reads them, one that follows the natural shape of the content rather than chopping at an arbitrary word count. A legal clause stays whole. A technical specification does not get split across two disconnected fragments.

For the person using the product, this matters most in the moments when the answer feels almost right but not quite. Smarter segmentation is what turns "close but frustrating" into "actually useful," and that is a real improvement to something people interact with every day.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

17 drawing sheets from US 2026/0259909 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.