You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have the following configuration
openwebui -
pipeline - API call (asyncio)
custom_microservice (workflow, RAG,....)
when i use def pipe as sync all work good I updated the microservice to perform response streaming with event of my workflow chain
when i move the pipe to async i have no control anymore on the ui I see the POST request coming to pipeline docker but i never receive it on the API microservice how to control the status and make the pipeline receive the stream
there is no example of such pipeline ? is it possible to have such solution ?
The text was updated successfully, but these errors were encountered:
i have the following configuration
openwebui -
pipeline - API call (asyncio)
custom_microservice (workflow, RAG,....)
when i use def pipe as sync all work good I updated the microservice to perform response streaming with event of my workflow chain
when i move the pipe to async i have no control anymore on the ui I see the POST request coming to pipeline docker but i never receive it on the API microservice how to control the status and make the pipeline receive the stream
there is no example of such pipeline ? is it possible to have such solution ?
The text was updated successfully, but these errors were encountered: