26 references to new
Microsoft.Extensions.DataIngestion.Markdig (1)
MarkdownParser.cs (1)
42
IngestionDocument result =
new
(identifier)
Microsoft.Extensions.DataIngestion.MarkItDown (1)
src\Libraries\Microsoft.Extensions.DataIngestion.Markdig\MarkdownParser.cs (1)
42
IngestionDocument result =
new
(identifier)
Microsoft.Extensions.DataIngestion.Tests (24)
Chunkers\DocumentChunkerTests.cs (1)
26
IngestionDocument emptyDoc =
new
("emptyDoc");
Chunkers\HeaderChunkerTests.cs (5)
18
IngestionDocument doc =
new
("nonTrivial");
59
IngestionDocument doc =
new
("longOne");
84
IngestionDocument doc =
new
("longOne");
106
IngestionDocument doc =
new
("withNewLines");
233
IngestionDocument doc =
new
("withNewLines");
Chunkers\SectionChunkerTests.cs (6)
23
IngestionDocument doc = new
IngestionDocument
("doc");
42
IngestionDocument doc =
new
("doc")
78
IngestionDocument doc = new
IngestionDocument
("doc");
91
IngestionDocument doc =
new
("doc")
147
IngestionDocument doc = new
IngestionDocument
("twoChunksNoOverlapDoc");
166
IngestionDocument doc = new
IngestionDocument
("doc");
Chunkers\SemanticSimilarityChunkerTests.cs (3)
37
IngestionDocument doc = new
IngestionDocument
("doc");
65
IngestionDocument doc = new
IngestionDocument
("doc");
139
IngestionDocument doc =
new
("dotnet-languages");
IngestionDocumentTests.cs (1)
22
IngestionDocument doc =
new
("withSubSections");
Processors\AlternativeTextEnricherTests.cs (2)
95
IngestionDocument document =
new
("withImage")
199
return
new
("batchTest")
Processors\ClassificationEnricherTests.cs (1)
18
private static readonly IngestionDocument _document =
new
("test");
Processors\KeywordEnricherTests.cs (1)
18
private static readonly IngestionDocument _document =
new
("test");
Processors\SentimentEnricherTests.cs (1)
18
private static readonly IngestionDocument _document =
new
("test");
Processors\SummaryEnricherTests.cs (1)
18
private static readonly IngestionDocument _document =
new
("test");
Writers\VectorStoreWriterTests.cs (2)
26
IngestionDocument document =
new
(documentId);
75
IngestionDocument document =
new
(documentId);