7 references to IngestionDocumentTable
Microsoft.Extensions.DataIngestion.Markdig (1)
MarkdownParser.cs (1)
86
Table table => new
IngestionDocumentTable
(elementMarkdown, GetCells(table, documentMarkdown)),
Microsoft.Extensions.DataIngestion.MarkItDown (1)
src\Libraries\Microsoft.Extensions.DataIngestion.Markdig\MarkdownParser.cs (1)
86
Table table => new
IngestionDocumentTable
(elementMarkdown, GetCells(table, documentMarkdown)),
Microsoft.Extensions.DataIngestion.Tests (5)
Chunkers\HeaderChunkerTests.cs (1)
222
IngestionDocumentTable table =
new
("""
Chunkers\SemanticSimilarityChunkerTests.cs (2)
146
new
IngestionDocumentTable
(dotNetTableMarkdown,
151
new
IngestionDocumentTable
(godsTableMarkdown,
IngestionDocumentTests.cs (1)
29
new
IngestionDocumentTable
("table", _rows),
Processors\AlternativeTextEnricherTests.cs (1)
104
new
IngestionDocumentTable
("nvm", new[,] { { tableCell } })