langchain/libs/experimental/langchain_experimental/sql/__init__.py
Leonid Ganeline 4159a4723c
experimental[patch]: update module doc strings (#19539)
Added missed module descriptions. Fixed format.
2024-03-26 10:38:10 -04:00

5 lines
202 B
Python

"""**SQL Chain** interacts with `SQL` Database."""
from langchain_experimental.sql.base import SQLDatabaseChain, SQLDatabaseSequentialChain
__all__ = ["SQLDatabaseChain", "SQLDatabaseSequentialChain"]