55 instantiations of IngestionDocumentParagraph
Microsoft.Extensions.DataIngestion.Markdig (2)
Microsoft.Extensions.DataIngestion.MarkItDown (2)
Microsoft.Extensions.DataIngestion.Tests (51)
Chunkers\HeaderChunkerTests.cs (19)
25new IngestionDocumentParagraph("Paragraph 1_1_1"),
27new IngestionDocumentParagraph("Paragraph 1_1_1_1"),
28new IngestionDocumentParagraph("Paragraph 1_1_1_2"),
30new IngestionDocumentParagraph("Paragraph 1_1_2_1"),
31new IngestionDocumentParagraph("Paragraph 1_1_2_2"),
33new IngestionDocumentParagraph("Paragraph 1_2_1"),
35new IngestionDocumentParagraph("Paragraph 1_2_1_1"),
67new IngestionDocumentParagraph("This is a very long text. It's expressed with plenty of tokens")
92new IngestionDocumentParagraph("This is a very long text. It's expressed with plenty of tokens")
114new IngestionDocumentParagraph("This is a very long text. It's expressed with plenty of tokens. And it contains a new line.\nWith some text after the new line."),
115new IngestionDocumentParagraph("And following paragraph.")
239new IngestionDocumentParagraph("This is some text that describes why we need the following table."),
241new IngestionDocumentParagraph("And some follow up.")
252cells[0, 0] = new IngestionDocumentParagraph("one");
253cells[0, 1] = new IngestionDocumentParagraph("two");
254cells[0, 2] = new IngestionDocumentParagraph("three");
255cells[0, 3] = new IngestionDocumentParagraph("four");
256cells[0, 4] = new IngestionDocumentParagraph("five");
264cells[row, col] = new IngestionDocumentParagraph(number.ToString());
Chunkers\SectionChunkerTests.cs (16)
28new IngestionDocumentParagraph("This is a paragraph."),
29new IngestionDocumentParagraph("This is another paragraph.")
50new IngestionDocumentParagraph("This is a paragraph."),
51new IngestionDocumentParagraph("This is another paragraph.")
58new IngestionDocumentParagraph("This is a paragraph in section 2."),
59new IngestionDocumentParagraph("This is another paragraph in section 2.")
100new IngestionDocumentParagraph("This is a paragraph in section 1."),
101new IngestionDocumentParagraph("This is another paragraph in section 1."),
107new IngestionDocumentParagraph("This is a paragraph in subsection 1.1."),
108new IngestionDocumentParagraph("This is another paragraph in subsection 1.1."),
114new IngestionDocumentParagraph("This is a paragraph in subsubsection 1.1.1."),
115new IngestionDocumentParagraph("This is another paragraph in subsubsection 1.1.1.")
118new IngestionDocumentParagraph("This is the last paragraph in subsection 1.2."),
152new IngestionDocumentParagraph(text)
172new IngestionDocumentParagraph("This is a paragraph in section 1."),
173new IngestionDocumentParagraph("This is another paragraph in section 1.")
8 references to IngestionDocumentParagraph
Microsoft.Extensions.DataIngestion.Abstractions (1)
Microsoft.Extensions.DataIngestion.Tests (7)