Base:
method
CreateDocumentChunker
Microsoft.Extensions.DataIngestion.Chunkers.Tests.DocumentChunkerTests.CreateDocumentChunker(System.Int32, System.Int32)
6 references to CreateDocumentChunker
Microsoft.Extensions.DataIngestion.Tests (6)
Chunkers\SectionChunkerTests.cs (6)
32
IngestionChunker<string> chunker =
CreateDocumentChunker
();
65
IngestionChunker<string> chunker =
CreateDocumentChunker
();
83
IngestionChunker<string> chunker =
CreateDocumentChunker
();
126
IngestionChunker<string> chunker =
CreateDocumentChunker
();
155
IngestionChunker<string> chunker =
CreateDocumentChunker
(maxTokensPerChunk: 512);
176
IngestionChunker<string> chunker =
CreateDocumentChunker
();