docs/how_to/sql_query_checking/ #28963
Replies: 1 comment
-
Change 'question' to 'query' in the code cell: query = full_chain.invoke(
{
"question": "What's the average Invoice from an American customer whose Fax is missing since 2003 but before 2010"
}
)
print(query) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/how_to/sql_query_checking/
Perhaps the most error-prone part of any SQL chain or agent is writing valid and safe SQL queries. In this guide we'll go over some strategies for validating our queries and handling invalid queries.
https://python.langchain.com/docs/how_to/sql_query_checking/
Beta Was this translation helpful? Give feedback.
All reactions