webui / langchain /sql_database.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
129 Bytes
"""Keep here for backwards compatibility."""
from langchain.utilities.sql_database import SQLDatabase
__all__ = ["SQLDatabase"]