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

Add support for intermediate steps to SQLDatabaseSequentialChain #1583

Conversation

brad-nemetski
Copy link
Contributor

@brad-nemetski brad-nemetski commented Mar 10, 2023

for #1582

I simply added the return_intermediate_steps and changed the output_keys function.

I added 2 simple tests, 1 for SQLDatabaseSequentialChain without the intermediate steps and 1 with

@hwchase17 hwchase17 changed the base branch from master to harrison/intermediate-steps-sql March 11, 2023 17:31
@hwchase17 hwchase17 merged commit 439d000 into langchain-ai:harrison/intermediate-steps-sql Mar 11, 2023
hwchase17 added a commit that referenced this pull request Mar 11, 2023
…) (#1601)

for #1582

I simply added the `return_intermediate_steps` and changed the
`output_keys` function.

I added 2 simple tests, 1 for SQLDatabaseSequentialChain without the
intermediate steps and 1 with

Co-authored-by: brad-nemetski <115185478+brad-nemetski@users.noreply.github.com>
@brad-nemetski brad-nemetski deleted the brad/SQLDatabaseSequentialChain branch March 12, 2023 21:49
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.

None yet

2 participants