From f63240649c5036bcd25b8164155f6724826a7af2 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 28 Jul 2023 17:47:00 -0700 Subject: [PATCH] cr --- MIGRATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MIGRATE.md b/MIGRATE.md index 0ef2e11d2af..8f980291e87 100644 --- a/MIGRATE.md +++ b/MIGRATE.md @@ -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.