mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
docs : Update sql_qa.ipynb (#28026)
Text Documentation Bug: Changed DSL query to SQL query.
This commit is contained in:
parent
922b6b0e46
commit
57fc62323a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user