1 instantiation of SectionChunker
Microsoft.Extensions.DataIngestion.Tests (1)
Chunkers\SectionChunkerTests.cs (1)
17
return new
SectionChunker
(new(tokenizer) { MaxTokensPerChunk = maxTokensPerChunk, OverlapTokens = overlapTokens });
1 reference to SectionChunker
Microsoft.Extensions.DataIngestion (1)
Chunkers\SectionChunker.cs (1)
20
/// Initializes a new instance of the <see cref="
SectionChunker
"/> class.