Chainlit / docs

9 stars 64 forks source link

Regarding Feedback feature #157

Open vibhav-bidgely opened 2 weeks ago

vibhav-bidgely commented 2 weeks ago

I'm currently developing an app using Chainlit and have enabled feedback options with the Literal API key. While I can view all threads, steps, and feedback on the Literal AI dashboard, I need to fetch the feedback comments directly from the UI to a chainlitapp.py file for additional purposes.

Are there any direct functions or methods within Chainlit that allow for fetching and storing these feedback comments locally? Any guidance or examples would be greatly appreciated.