Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add openai enrichment support #35

Merged
merged 1 commit into from
May 28, 2024

Conversation

eakmanrq
Copy link
Owner

@eakmanrq eakmanrq commented May 27, 2024

Adds the ability to use ChatGPT to enrich generated SQL in order to make it more like human SQL. The SQL used by SQLFrame when executing queries does not use optimization or ChatGPT so this just affects when a user calls df.sql() directly in order to see the generated SQL.

Video: https://www.loom.com/share/3fab8493818b46f7bff03faf101d2bb6?sid=ba027a0c-4ab7-4531-a4f8-f1a95b70d7e6

@eakmanrq eakmanrq force-pushed the eakmanrq/add_openai_enrichment_support branch from ef10b08 to 123597d Compare May 27, 2024 22:20
@eakmanrq eakmanrq merged commit 5369535 into main May 28, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant