By default, your Chainlit app does not persist the chats and elements it generates. However, the ability to store and utilize this data can be a crucial part of your project or organization.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.
Enable Data Persistence
To enable data persistence in your Chainlit app, you have several options:Open Source Data Layer
Use the official Chainlit data layer, leverage a community data layer or build your own.