SmartQuery / CHANGELOG.md
JulsdL's picture
Added changelog.md
30c86c5
|
raw
history blame
621 Bytes

Version 1.0 [2024-05-24]

Added

  • Introduced SmartQuery, an intelligent assistant for database querying using natural language and voice commands.
  • Implemented text and voice input processing for converting user queries into SQL commands.
  • Added Docker support for containerized deployment.
  • Implemented database initialization script for setting up the Chinook sample database.
  • Created documentation in README.md to include detailed setup, usage, and technology descriptions.
  • Added a CHANGELOG.md file to track version history and updates.
  • Added a welcome message and overview of SmartQuery in chainlit.md.