For installation instructions check out the getting started guide.
Added
- Processor
openai_chat_completion
can now call tools that are defined as a series of additional processors. (@rockwotj) - New bloblang function
unicode_segments
to split text based on unicode graphemes, words or sentences. (@rockwotj)
Fixed
- Output
snowflake_streaming
can now write float columns withNaN
,-inf
andinf
values. (@rockwotj)
The full change log can be found here.