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 was creating a RAG application using chainlit+langchain backend and custom react frontend. I used examples available within the codebook and understood fair amount of chainlit/react-client. There is no example on direct implementation of on_chat_resume hook through custom frontend.
I am able to make it work but the while connecting it takes the old threadId to make connection i.e state management issue. By any chance, could there be an example showing on how to set up the on_chat_resume with any one of the data layer for better understanding of how to manage and set IdtoResume hook before initiating on_chat_resume hook?
The implementation available is only specific to chainlit backend but no example in terms of custom frontend
The text was updated successfully, but these errors were encountered:
Hi,
The text was updated successfully, but these errors were encountered: