Update README.md of DBQnA (#1855)

Co-authored-by: Ying Hu <ying.hu@intel.com>
This commit is contained in:
Ervin Castelino
2025-04-23 01:26:37 +05:30
committed by GitHub
parent e10e6dd002
commit a39824f142

View File

@@ -50,7 +50,7 @@ flowchart LR
### 💬 SQL Query Generation ### 💬 SQL Query Generation
The key feature of DBQnA app is that it converts a user's natural language query into an SQL query and automatically executes the generated SQL query on the database to return the relevant results. BAsically ask questions to database, receive corresponding SQL query and real-time query execution output, all without needing any SQL knowledge. The key feature of DBQnA app is that it converts a user's natural language query into an SQL query and automatically executes the generated SQL query on the database to return the relevant results. Basically ask questions to database, receive corresponding SQL query and real-time query execution output, all without needing any SQL knowledge.
--- ---