James Faeldon

Results 1 comments of James Faeldon

There are a couple of parameters you can adjust to limit the table information that's going to be included in the prompt. ``` SQLDatabase.from_uri( conn_string, sample_rows_in_table_info=1, # default 3 include_tables=["my_table_1"],...