Francisco Ingham
Francisco Ingham
This makes a lot of sense to me Jon! I would probably add some context to tell the LLM where these rows are coming from. E.g.: `these are the first...
yeah, I was wondering if adding that they are the 'first' rows would give any extra info to the agent but thinking it again it doesn't seem it would change...
Awesome work! Been trying out, have two suggestions that I would add to the prompt: 1. "When possible, don't query exactly but use 'LIKE' to make your queries more robust."...
@agola11 I missed this message, that's fine! Actually @jzluo added a better way to limit the number of rows that works cross-dialect so I might add it later to the...
I think that removing those lines and specifying in the docs that the user needs to set the schema in the uri would be the way to go here. Maybe...
This looks good! Did you try it out? When do you find the agent choose to use the `QuerySQLWithSubqueryDataBaseTool` vs the conventional one?
Hey @hwchase17, I just rebased this branch to avoid conflicts with master - do you think we can merge? People have been asking me about the updated notebooks and I'd...
I've faced this problem as well and I think this would be a good addition to the prompt. @ajndkr did you try it out? Did it solve the problem for...
Do you mean to use the agent instead of the chain? I understand that these are independent.
AFAIK the agent does not use the chain but instead uses the `SQLDatabase` object directly