Skip to main content
You can load any data from your own custom data source by implementing the BaseLoader interface. For example -

Customizing the chunk size and overlap

If you want to customize the chunk size or the chunk overlap on an existing loader, all built-in loaders take an additional parameter chunkSize and chunkOverlap in their constructor. For example -