chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Add on_thread_delete callback

Open constantinidan opened this issue 3 months ago • 0 comments

When a user deletes a conversation/thread, I want to be able to catch that event and potentially clear a vector database for example.

Workaround: Periodically delete threads and corresponding items older than a specific duration (one month for instance)

constantinidan avatar Mar 30 '24 14:03 constantinidan