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