Langchain SQLDatabaseChain error due to SQL formatting
Entering new SQLDatabaseChain chain…
What is the minimum date?
SQLQuery:”’sql
SELECT MIN(date) AS min_date FROM gcs_data
;
”’
Entering new SQLDatabaseChain chain…
What is the minimum date?
SQLQuery:”’sql
SELECT MIN(date) AS min_date FROM gcs_data
;
”’