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)
32IngestionChunker<string> chunker = CreateDocumentChunker(); 65IngestionChunker<string> chunker = CreateDocumentChunker(); 83IngestionChunker<string> chunker = CreateDocumentChunker(); 126IngestionChunker<string> chunker = CreateDocumentChunker(); 155IngestionChunker<string> chunker = CreateDocumentChunker(maxTokensPerChunk: 512); 176IngestionChunker<string> chunker = CreateDocumentChunker();