3 references to CreateReader
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionPipelineTests.cs (3)
89using IngestionPipeline<string> pipeline = new(CreateReader(), CreateChunker(), vectorStoreWriter); 122using IngestionPipeline<string> pipeline = new(CreateReader(), CreateChunker(), vectorStoreWriter); 155using IngestionPipeline<DataContent> pipeline = new(CreateReader(), new ImageChunker(), vectorStoreWriter);