Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed Jul 29, 2023
1 parent 17953ab commit f632406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MIGRATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Now:

`from langchain_experimental.sql import SQLDatabaseChain`

Alternatively, if you are just interested in using the query generation part of the SQL chain, you can check out [`create_sql_query_chain`](https://github.com/langchain-ai/langchain/blob/master/docs/extras/use_cases/tabular/sql_query.ipynb)

`from langchain.chains import create_sql_query_chain`

## `load_prompt` for Python files

Note: this only applies if you want to load Python files as prompts.
Expand Down

0 comments on commit f632406

Please sign in to comment.