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