Update README.md

This commit is contained in:
Zachary Huang 2025-04-23 16:01:54 -04:00 committed by GitHub
parent c61d7fb3d7
commit 43650180d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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. 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 ## Features
- **Schema Awareness**: Automatically retrieves the database schema to provide context to the LLM. - **Schema Awareness**: Automatically retrieves the database schema to provide context to the LLM.
@ -162,4 +164,4 @@ Sports | 1
=== Workflow Completed Successfully === === Workflow Completed Successfully ===
==================================== ====================================
``` ```