langchain
eb3d1fa9 - Add security warning to experimental `SQLDatabaseChain` class. (#9867)

Commit
2 years ago
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.
Author
Parents
Loading