New multistep SQL chain Sometimes there are too many SQL tables to put information about all of them into context. There's now a chain that: 1. selects which tables are relevant to the query
2. runs the previous SQL chain only over those tables https://
langchain.readthedocs.io/en/latest/modu
les/chains/examples/sqlite.html#sqldatabasesequentialchain
…
LangChain introduces multistep SQL chain for database queries
By
–
Leave a Reply