From 57fc62323ac5cf92b5f7e145cb9f34de79003fb5 Mon Sep 17 00:00:00 2001 From: Hammad Randhawa <59907999+randhawa2001@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:04:09 +0500 Subject: [PATCH] docs : Update sql_qa.ipynb (#28026) Text Documentation Bug: Changed DSL query to SQL query. --- docs/docs/tutorials/sql_qa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/sql_qa.ipynb b/docs/docs/tutorials/sql_qa.ipynb index 3c7c8677d1f..6fc2b75c24a 100644 --- a/docs/docs/tutorials/sql_qa.ipynb +++ b/docs/docs/tutorials/sql_qa.ipynb @@ -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",