- Introduced
SectionChunkerclass for treating each document section as a separate entity (#7015) - Extended
IngestionPipeline<T>with a newProcessAsync(IAsyncEnumerable<IngestionDocument>)overload that enables processing documents without a file system reader. TheIngestionDocumentReaderhas been moved from the constructor to a parameter on the file-system-orientedProcessAsyncoverloads.
- Initial preview release