Skip to content

Commit

Permalink
feat(text_to_sql): demo of text-to-sql using postgres_air dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Feb 11, 2025
1 parent e7e052d commit 8591b4a
Show file tree
Hide file tree
Showing 7 changed files with 435 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/structured_retrieval/text_to_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ The `text_to_sql` function uses the Completions API, and searching the semantic
| VoyageAI | || `VOYAGE_API_KEY` |
| Cohere || | `COHERE_API_KEY` |


## Check out the demo

Check out [the demo](/examples/text_to_sql/README.md) of this feature.

## FAQ

* As a developer, how would I track/log what questions my end users are asking?
Expand Down
3 changes: 3 additions & 0 deletions examples/text_to_sql/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
postgres_air_2024.sql
postgres_air_2024.sql.zip
desc.sql
Loading

0 comments on commit 8591b4a

Please sign in to comment.