Skip to content

Commit

Permalink
fix variable name (#6983)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Jul 20, 2023
1 parent 019d508 commit be0ded3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/query_engine/SQLAutoVectorQueryEngine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
}
],
"source": [
"query_engine = NLSQLTableQueryEngine(\n",
"sql_query_engine = NLSQLTableQueryEngine(\n",
" sql_database=sql_database,\n",
" tables=[\"city_stats\"],\n",
")"
Expand Down

0 comments on commit be0ded3

Please sign in to comment.