JulsdL commited on
Commit
30c86c5
·
1 Parent(s): adf8836

Added changelog.md

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +11 -0
CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Version 1.0 [2024-05-24]
2
+
3
+ ## Added
4
+
5
+ - Introduced SmartQuery, an intelligent assistant for database querying using natural language and voice commands.
6
+ - Implemented text and voice input processing for converting user queries into SQL commands.
7
+ - Added Docker support for containerized deployment.
8
+ - Implemented database initialization script for setting up the Chinook sample database.
9
+ - Created documentation in README.md to include detailed setup, usage, and technology descriptions.
10
+ - Added a CHANGELOG.md file to track version history and updates.
11
+ - Added a welcome message and overview of SmartQuery in chainlit.md.