Skip to content

v0.33.0

Latest
Compare
Choose a tag to compare
@grzegorz-roboflow grzegorz-roboflow released this 10 Jan 22:35
46621f8

🚀 Added

Workflow support for Llama Vision 3.2

We welcome new block bringing Llama Vision 3.2 to workflows ecosystem!

Llama 3.2 is a new generation of vision and lightweight models that fit on edge devices, tailored for use cases that require more private and personalized AI experiences.

Brought by @AHB102 in #866

Related changes:

MQTT Writer Enterprise Workflow Block (added in #930)

This block enables our enterprise users to publish messages to an MQTT broker through Workflows.

MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol designed for low-bandwidth, high-latency, or unreliable networks. It's widely used in applications where devices need to communicate with minimal overhead, such as the Internet of Things (IoT).

With this change workflows can communicate with the world through MQTT!

Change introduced by @chandlersupple

Plc EthernetIP Enterprise Workflow Block (added in #905)

This block enables our enterprise users to interface with PLC.
A Programmable Logic Controller (PLC) is an industrial computer specifically designed to automate machinery and processes in manufacturing and other industries. It monitors inputs (e.g., sensors), processes data based on a programmed logic, and controls outputs (e.g., actuators) to perform tasks.
This block is utilizing pylogix library over Ethernet/IP. Block supports three modes of operation:

  • read: Reads specified tags from the PLC.
  • write: Writes specified values to the PLC tags.
  • read_and_write: Performs both read and write operations in a single execution.

This change brings vision capabilities into real-world industrial plants!

Change introduced by @reedajohns

💪 Improved

Documentation improvements

@yeldarby transforms Inference docs with streamlined navigation, styling, and instant rendering!

More contributions enhancing Inference documentation:

Improvements to CI by @alexnorell

Other changes

New Contributors

Full Changelog: v0.32.0...v0.33.0