langchain/libs/experimental/langchain_experimental/sql
Predrag Gruevski eb3d1fa93c
Add security warning to experimental SQLDatabaseChain class. (#9867)
The most reliable way to not have a chain run an undesirable SQL command
is to not give it database permissions to run that command. That way the
database itself performs the rule enforcement, so it's much easier to
configure and use properly than anything we could add in ourselves.
2023-08-28 13:53:27 -04:00
..
__init__.py Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00
base.py Add security warning to experimental SQLDatabaseChain class. (#9867) 2023-08-28 13:53:27 -04:00