mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
4159a4723c
Added missed module descriptions. Fixed format.
5 lines
202 B
Python
5 lines
202 B
Python
"""**SQL Chain** interacts with `SQL` Database."""
|
|
from langchain_experimental.sql.base import SQLDatabaseChain, SQLDatabaseSequentialChain
|
|
|
|
__all__ = ["SQLDatabaseChain", "SQLDatabaseSequentialChain"]
|