Skip to content

GenAI Processors 1.1.0

Latest
Compare
Choose a tag to compare
@kibergus kibergus released this 01 Aug 15:20
· 4 commits to main since this release
  • core.window.Window: apply a processor to a rolling window across the stream.
  • Models output dataclass Parts when constrained decoding is used. This greatly simplifies writing pipelines that extract data on intermediate steps. Now the whole response will be in a single Part and accessible as part.get_dataclass(MyData).
  • Added a text-based turn-by-turn chat example with multimodal support through downloading images or PDFs by their URLs.
  • Add GenAILangChainProcessor to contrib.