langflow-ai / langflow

⛓️ Langflow is a visual framework for building multi-agent and RAG applications. It's open-source, Python-powered, fully customizable, model and vector store agnostic.

Home Page:http://www.langflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get stream response from langflow flow api?

WestLi opened this issue · comments

It seem like impossible to fetch stream response from running the langflow flow API, so far. Is there any solution to figure it out? We found run ui page input could get the stream effect, but ui interaction was not a common way for our team. thanks.

Langflow does not yet support streaming through their API, but after reviewing the recent configuration of API v1, I noticed that a stream flag has been added to the API endpoint. It seems likely that support will be available soon.

Hi,
Do we have any update about this feature ?