Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chainlit.io/llms.txt

Use this file to discover all available pages before exploring further.

Chat history allow users to search, browse and resume their past conversations. If data persistence is enabled but the user is not authenticated, the conversations will be stored but users won’t be able to see the chat history. You need both data persistence and authentication configured to enable the chat history.

Resume a conversation

To let users continue persisted conversations, use cl.on_chat_resume.