docs : Update sql_qa.ipynb (#28026)

Text Documentation Bug:

Changed DSL query to SQL query.
This commit is contained in:
Hammad Randhawa 2024-11-11 22:04:09 +05:00 committed by GitHub
parent 922b6b0e46
commit 57fc62323a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
"\n",
"At a high-level, the steps of these systems are:\n",
"\n",
"1. **Convert question to DSL query**: Model converts user input to a SQL query.\n",
"1. **Convert question to SQL query**: Model converts user input to a SQL query.\n",
"2. **Execute SQL query**: Execute the query.\n",
"3. **Answer the question**: Model responds to user input using the query results.\n",
"\n",