add: warning to user re: version

This commit is contained in:
Jeff Weisman 2025-02-13 18:01:36 -05:00 committed by GitHub
parent a0b461d85f
commit e09e24f904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,9 @@ title: "💠 SQLite Database Overview"
This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial.
:::
> [!WARNING]
> This documentation was created based on the current version (0.5.11) and is constantly being updated.
# Open-WebUI Internal SQLite Database
For Open-WebUI, the SQLite database serves as the backbone for user management, chat history, file storage, and various other core functionalities. Understanding this structure is essential for anyone looking to contribute to or maintain the project effectively.