Created
September 3, 2024 06:31
-
-
Save tomercagan/0feb75c1943f4a7131d74200b4cea2c3 to your computer and use it in GitHub Desktop.
Example of simple Text to SQL based on source CSV file using SQLite and OpenAI (through langchain)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note there is a mistake in the second results because it fetches both "US" and "Austria" due to the loose where criterion ((
LIKE '%us%'
)