chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Run chainlit along Azure Event hubs

Open zacharakisvasileios opened this issue 1 year ago • 0 comments
trafficstars

I am working on a script that is running Chainlit. At the same time, I want to send and listen to messages using Azure Event Hub. I have tried implementing it by using Chainlit step, but the on_message function is blocking Chainlit. Is there a way to run an on_message Event Hub function concurrently with Chainlit?

zacharakisvasileios avatar Jun 17 '24 08:06 zacharakisvasileios