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/ai/conceptual/data-ingestion.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ author: luisquintanilla
5
5
ms.author: luquinta
6
6
ms.date: 11/11/2025
7
7
ms.topic: concept-article
8
+
ai-usage: ai-assisted
8
9
---
9
10
10
11
# Data Ingestion
@@ -63,7 +64,7 @@ The [Microsoft.Extensions.DataIngestion](https://www.nuget.org/packages/Microsof
63
64
64
65
At the foundation of the library is the `IngestionDocument` type, which provides a unified way to represent any file format without losing important information. The `IngestionDocument` is Markdown-centric because large language models work best with Markdown formatting.
65
66
66
-
The `IngestionDocumentReader` abstraction handles loading documents from various sources, whether local files or streams. There are few readers available:
67
+
The `IngestionDocumentReader` abstraction handles loading documents from various sources, whether local files or streams. A few readers are available:
0 commit comments