Spaces:
Paused
Paused
Added changelog.md
Browse files- 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.
|