🚀 Highlights
- Structural changes addition in the flow control middlewares available in Project Lakechain. This involves the addition of the
Reducer
andTransform
middlewares using a new concept called funclets. This allows pipeline developers to create much more versatile pipelines. - The new
Rembg
middleware allows to remove background from images using multiple machine-learning models for segmentation and matting purposes. - The new Subtitle parser middleware allows to parse WebVTT and SubRip subtitle documents.
- The new
FFMPEG
middleware allows to process audio and video documents within pipelines. - The new
RegexpTextSplitter
allows to split documents at scale based on a string or regexp. - Added a new example for creating a Generative Podcast using machine learning.
- Added a new example for creating an automatic video chaptering service.
- Added a new example to generate and embed multi-lingual subtitles in videos.
- Several parts of the documentation have been improved for a better clarity.