mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 03:52:10 +00:00
experimental[patch]: update module doc strings (#19539)
Added missed module descriptions. Fixed format.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Chain for interacting with SQL Database."""
|
||||
"""**SQL Chain** interacts with `SQL` Database."""
|
||||
from langchain_experimental.sql.base import SQLDatabaseChain, SQLDatabaseSequentialChain
|
||||
|
||||
__all__ = ["SQLDatabaseChain", "SQLDatabaseSequentialChain"]
|
||||
|
Reference in New Issue
Block a user