diff --git a/cookbook/pocketflow-text2sql/README.md b/cookbook/pocketflow-text2sql/README.md index 9224fe5..be2608f 100644 --- a/cookbook/pocketflow-text2sql/README.md +++ b/cookbook/pocketflow-text2sql/README.md @@ -2,6 +2,8 @@ A PocketFlow example demonstrating a text-to-SQL workflow that converts natural language questions into executable SQL queries for an SQLite database, including an LLM-powered debugging loop for failed queries. +- Check out the [Substack Post Tutorial](https://zacharyhuang.substack.com/p/text-to-sql-from-scratch-tutorial) for more! + ## Features - **Schema Awareness**: Automatically retrieves the database schema to provide context to the LLM. @@ -162,4 +164,4 @@ Sports | 1 === Workflow Completed Successfully === ==================================== -``` \ No newline at end of file +```