Streaming
Learn how Flowise streaming works
If streaming is set when making prediction, tokens will be sent as data-only server-sent events as they become available.
Using Python/TS Library
Flowise provides 2 libraries:
Python:
pip install flowise
Typescript:
npm install flowise-sdk
A prediction's event stream consists of the following event types:
Streamlit App
Last updated