v2.18.0•
Implemented Chat Playground with New Database Backend
SreejanAuthor
This major update introduces the chat playground feature and overhauls its data persistence layer for scalability and performance.
New Features
2
- Added a complete chat playground with API endpoints for creating, renaming, soft-deleting, listing, and updating chat histories.
- Integrated a new database manager designed to handle all playground data operations via a robust API.
Improvements
3
- Migrated the playground database backend from a local file-based system to a high-performance, scalable cloud JSON API database.
- Replaced synchronous database operations with fully asynchronous requests to improve application responsiveness and throughput.
- Updated environment configuration to support the new cloud database credentials and settings.